-
LibHashSet 1.2.1 Stable
released this
2022-12-06 15:28:11 +01:00 | 0 commits to master since this releaseWhat's new:
hash_map_insert()
optionally updates the value associated with an existing keyhash_map_remove()
optionally returns the value associated with the deleted key- Retun
EFBIG
, if the set or map cannot grow any further because of the system's "size" limit - Various minor fixes and improvements
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
libhashset.2022-12-06.freebsd.tar.gz
1009 KiB
-
libhashset.2022-12-06.freebsd.tar.gz.sig2
849 B
-
libhashset.2022-12-06.linux-gnu.tar.gz
167 KiB
-
libhashset.2022-12-06.linux-gnu.tar.gz.sig2
849 B
-
libhashset.2022-12-06.linux-musl.tar.gz
462 KiB
-
libhashset.2022-12-06.linux-musl.tar.gz.sig2
849 B
-
libhashset.2022-12-06.macosx.dmg
117 KiB
-
libhashset.2022-12-06.macosx.dmg.sig2
849 B
-
libhashset.2022-12-06.sources.tar.gz
46 KiB
-
libhashset.2022-12-06.sources.tar.gz.sig2
849 B
-
libhashset.2022-12-06.windows-cygwin.zip
2.5 MiB
-
libhashset.2022-12-06.windows-cygwin.zip.sig2
849 B
-
libhashset.2022-12-06.windows-mingw.zip
312 KiB
-
libhashset.2022-12-06.windows-mingw.zip.sig2
849 B
-
libhashset.2022-12-06.windows-msvc.zip
3.2 MiB
-
libhashset.2022-12-06.windows-msvc.zip.sig2
849 B
-
LibHashSet 1.2.0 Stable
released this
2022-12-04 18:37:52 +01:00 | 9 commits to master since this releaseWhat's new:
- This release introduces support for hash maps
- Added support for hash sets and hash maps containing
unit16_t
elements - Include application-defined "seed" in the hash computation
- Various minor fixes and improvements
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
libhashset.2022-12-04.linux-gnu.tar.gz
3.6 MiB
-
libhashset.2022-12-04.linux-gnu.tar.gz.sig2
849 B
-
libhashset.2022-12-04.linux-musl.tar.gz
482 KiB
-
libhashset.2022-12-04.linux-musl.tar.gz.sig2
849 B
-
libhashset.2022-12-04.sources.tar.gz
45 KiB
-
libhashset.2022-12-04.sources.tar.gz.sig2
849 B
-
libhashset.2022-12-04.windows-cygwin.zip
1.3 MiB
-
libhashset.2022-12-04.windows-cygwin.zip.sig2
849 B
-
libhashset.2022-12-04.windows-mingw.zip
360 KiB
-
libhashset.2022-12-04.windows-mingw.zip.sig2
849 B
-
libhashset.2022-12-04.windows-msvc.zip
3.2 MiB
-
libhashset.2022-12-04.windows-msvc.zip.sig2
849 B
-
LibHashSet 1.1.0 Stable
released this
2022-11-29 16:30:13 +01:00 | 40 commits to master since this releaseWhat's new:
- Added support for hash sets containing
uint32_t
keys - Added seperate API functions and types for
uint32_t
anduint64_t
hash sets - Added improved test cases
- Various minor fixes and improvements
- Added support for hash sets containing
-
LibHashSet 1.0.0 Stable
released this
2022-11-25 17:57:49 +01:00 | 52 commits to master since this releaseThis is the initial release.