Commit Graph

32 Commits

Author SHA1 Message Date
327f38d760 Small code clean-up. 2022-11-27 20:40:39 +01:00
e58e4d1061 Implemented the hash_set_dump() function. 2022-11-27 20:23:49 +01:00
00764536ca Implemented separate functions for uint32_t and uint64_t hash sets. 2022-11-27 19:46:01 +01:00
3bf65717a8 Added version information to the public API. 2022-11-25 17:49:51 +01:00
43996ceac2 Added ARM64 configurations. 2022-11-25 16:58:37 +01:00
bafc46eeed Added build script for MSVC. 2022-11-25 16:45:39 +01:00
5675964db1 Some Makefile improvements. 2022-11-25 13:41:47 +01:00
4dfc5f5279 Small code clean-up. 2022-11-25 13:06:54 +01:00
e550528fe8 Small code clean-up. 2022-11-25 02:53:34 +01:00
6c7a9073f8 Small code refactoring. 2022-11-25 00:57:19 +01:00
dbd10d5a8a Added separate configurations for "shared" (DLL) and "static" libraries. 2022-11-25 00:45:35 +01:00
0de14dfe4c Updated README file. 2022-11-24 19:25:39 +01:00
ebcb4d64f9 Improved test functions. 2022-11-24 17:00:19 +01:00
c5594fa0ce Various improvements. 2022-11-24 15:46:07 +01:00
1d914cc031 Linux build fixes. 2022-11-23 00:04:26 +01:00
6739fcbf01 Added separate Makefiles for the library and the "main" program. 2022-11-22 23:31:21 +01:00
caef45b177 Various improvements. 2022-11-22 23:30:57 +01:00
9cd9ef3600 Small tweak to hash function. 2022-11-22 17:00:43 +01:00
a683e0479b Added function to explicitly shrink the set + added function to clear set. 2022-11-21 18:36:43 +01:00
a348e59e60 Improved test code. 2022-11-21 17:14:11 +01:00
fea6eae9a6 Some improvements. 2022-11-21 15:02:07 +01:00
a245afb8de Force re-build of the set, if it contains too many deleted items. 2022-11-20 19:16:12 +01:00
1bf74ffafb Some code clean-up + added Makefile. 2022-11-20 18:02:12 +01:00
b8a6287e14 Improved hash function. 2022-11-20 16:48:14 +01:00
9ff55cef2f Renamed project files. 2022-11-20 14:41:30 +01:00
325f4080d5 Build fix for VS2010 and MinGW. 2022-11-20 14:21:55 +01:00
4ca6a6c95d Added support for deleting items from the set + added iterator function. 2022-11-20 13:59:41 +01:00
d1640da25f Small tweak. 2022-11-19 23:48:07 +01:00
a839a2dfd2 Added options parameter. 2022-11-19 23:21:14 +01:00
895f73d4b6 Enable SSE for x86 builds. 2022-11-19 22:43:58 +01:00
580b9c13af Small code clean-up. 2022-11-19 22:34:33 +01:00
8d5540d573 Some refactoring. 2022-11-19 20:28:13 +01:00