Skip to content

[C#] 0.4.0, [C++] 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 13:02
· 104 commits to master since this release

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

Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
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).

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