Skip to content

Releases: agl-alexglopez/ccc

v0.7.0

25 Nov 22:46
Compare
Choose a tag to compare

Release Notes:

  • Lemire fast mod added to hash map.
  • Old flat hash map initialization deprecated in favor of consistent interface across containers.
  • Multiple initialization options added to support compile time initialized hash table.

v0.6.4

24 Nov 21:01
Compare
Choose a tag to compare

Release Notes:

  • Safer hash table resize check.

v0.6.3

24 Nov 20:54
Compare
Choose a tag to compare

Release Notes:

  • Add prime table to hash map.
  • Fix clang tidy suggestions on release build.

v0.6.2

24 Nov 05:27
Compare
Choose a tag to compare

Release Notes:

  • misc hash table small internal fixups

v0.6.1

21 Nov 21:33
Compare
Choose a tag to compare

Release Notes:

  • Variadic argument quick-fix for priority queues.

v0.6.0

21 Nov 18:51
Compare
Choose a tag to compare

Release Notes:

  • Priority queue and flat priority queue get C style "closures" for updating keys to save us writing a fn just to change a key.

v0.5.8

20 Nov 20:10
Compare
Choose a tag to compare

Release Notes:

  • Prevent some warnings in headers for users with extension attribute

v0.5.7

20 Nov 18:12
Compare
Choose a tag to compare

Release Notes:

  • Code snippets now included with the release for local doc building or online viewing.

v0.5.6

19 Nov 05:23
Compare
Choose a tag to compare

Release Notes:

v0.5.5

19 Nov 02:20
Compare
Choose a tag to compare

Release Notes: