Skip to content

[C#] 0.5.1, [C++] 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 16:46
· 35 commits to master since this release
2f91f2e

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

Platform.Numbers dependency updated from 0.5.0 to 0.5.1.

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#.