Skip to content

[C#] 0.5.2, [C++] 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 09:00
· 7 commits to master since this release
0cfce4d

https://www.nuget.org/packages/Platform.Collections.Methods/0.5.2

.NET 6 support is added.
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.
Platform.Numbers dependency updated from 0.5.1 to 0.5.2.

https://www.nuget.org/packages/Platform.Collections.Methods.TemplateLibrary/0.2.0

DoublyLinkedLists split into two implementations absolute and relative.
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).
Better translation from C#.