Skip to content

Releases: diku-dk/containers

Improve the bitset

16 Oct 22:45

Choose a tag to compare

Changes:

  • Bitset interface changes.
  • Improved complexity of from_array for bitsets.

Added setops

06 Sep 21:06
53d5c4f

Choose a tag to compare

Merge pull request #6 from diku-dk/setops

Add module `setops` with set operations

Universal hashing.

24 Jun 19:34
f515021

Choose a tag to compare

  • Changes in API and universal hashing.

v0.7.0

11 Jun 14:36

Choose a tag to compare

quick fix.

v0.6.5

07 Jun 18:35

Choose a tag to compare

  • Optimize membership.

v0.6.4

07 Jun 14:49

Choose a tag to compare

  • This changes the API size types.
  • Uses less memory.

v0.6.3: Merge pull request #4 from diku-dk/lessmem

27 May 19:24
b72e521

Choose a tag to compare

  • Two level hashmaps uses less memory now.

v0.6.1

26 May 13:58

Choose a tag to compare

  • Bug fixes to Eytzinger tests.

v0.5.1

26 May 10:58

Choose a tag to compare

  • Extended API to have no duplicate variants.

v0.4.1

18 May 19:08

Choose a tag to compare

  • Minor changes in API.
  • Added more documentation.