Skip to content

Releases: barrust/set

Version 0.1.9

03 Feb 18:03
73c0f7d
Compare
Choose a tag to compare
  • Add set comparison
  • Resolve slow node removal - resolves #12
  • Better test suite - resolves #11

Version 0.1.8

21 Apr 02:05
Compare
Choose a tag to compare
  • Minor performance Improvements
    • use memcpy over strncpy since there are no overlapping memory
    • reduce calls to strlen
  • Changed hash function typedef to make it easier to use with other libraries

Version 0.1.7

12 Apr 22:52
Compare
Choose a tag to compare
  • Unique HashFunction type when using with related libraries

Version 0.1.6

11 Apr 00:58
Compare
Choose a tag to compare
  • Updated repository structure
  • Added set_to_array functionality
  • Minor speed improvements

Version 0.1.4

17 Oct 00:16
Compare
Choose a tag to compare

Initial Release with basic set operations:

  • Init
  • Destroy
  • Clear / Reset
  • Union
  • Intersection
  • Difference
    • Including symmantic
  • Super / Sub Set
    • Including strict super / sub set checks