Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: SkeletOSS/ccc

v0.36.3

14 Jul 16:53

Choose a tag to compare

Release Notes:

  • Change child replacement for cut child operation of priority queue to preserve runtime bounds.

v0.36.2

14 Jul 01:55

Choose a tag to compare

Release Notes:

v0.36.1

13 Jul 22:31

Choose a tag to compare

v0.36.0

12 Jul 23:48

Choose a tag to compare

v0.35.0

12 Jul 23:17

Choose a tag to compare

Release Notes:

  • New test suite added for ccc_buffer.
  • Buffer insert and erase minor bug fixes.
  • Added _as helper macros to buffer to cast returned void * to the user specified and stored type.

v0.34.0

08 Jul 02:24

Choose a tag to compare

v0.33.2

06 Jul 19:22

Choose a tag to compare

Release Notes:

  • Simplify lazy initialization path and logic checks for flat hash map.

v0.33.1

04 Jul 03:09

Choose a tag to compare

Release Notes:

  • Flat Hash Map now iterates in steps of the group size on a given platform. This means much faster iteration for sparser hash maps as empty groups are skipped in one step.

v0.33.0

02 Jul 20:13

Choose a tag to compare

Release Notes:

  • Add new sample program that illustrates file compression algorithms, starting with Huffman Encoding. These use bit sets and buffers extensively.
  • Add reserve interface to buffer.
  • Add clear and clear and free interface to buffer.
  • All initializers specify type for buffer or array backed containers.
  • Memory pointer is set to NULL on all flat and handle data structures after freeing.

v0.32.2

26 Jun 21:27

Choose a tag to compare

Release Notes:

  • Internal bitset branching simplified when fixing end block