Skip to content

Releases: alicep-org/collect

0.1 ⍺3

02 Apr 20:48
Compare
Choose a tag to compare
0.1 ⍺3 Pre-release
Pre-release

This release builds off a much more accurate pair of memory and performance microbenchmarking tools to bring greatly improved performance to ArraySet with at worst a marginal drop in memory consumption at any size, and less consumption at the smallest end of the spectrum. Empty and singleton sets now fit into a cosy 32B.

Check the docs for specifics about the (unit tested!) memory use of ArraySet versus some competing frameworks.

0.1 ⍺2

16 Mar 22:24
Compare
Choose a tag to compare
0.1 ⍺2 Pre-release
Pre-release

Renamed CompactSet/Map -> ArraySet/Map

0.1 ⍺1

16 Dec 18:13
Compare
Choose a tag to compare
0.1 ⍺1 Pre-release
Pre-release

Initial release of CompactSet/Map