- Updated the FNV-1a seed value
- Add ability to set the initial size of the set
- Correct usage of
const char*
- Added in-depth testsuite
- Speed up the node removal process
- Set compare function
- New definitions for comparison results
- Set clear function
- Performance improvements
- Reduce calls to strlen
- strncpy replaced with memcpy since non-overlapping memory
- Unique HashFunction type when using with related libraries
- Restructured repository
- Add set_to_array function to get keys from the set easily
- Speed improvements when removing keys
- First version including:
- Insertion, Lookup, and Removal of elements
- Union and Intersection
- Difference and Symmetric Difference
- Superset, and Subset