index
:
zix.git
main
Zix portable data structure and utility library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-19
Avoid mixing signed and unsigned integers
David Robillard
1
-1
/
+1
2022-06-28
Use uppercase integer literal suffixes
David Robillard
1
-14
/
+14
2022-01-14
Fix hash insertion tombstone replacement case
David Robillard
1
-0
/
+1
2021-10-27
Remove unnecessary include
David Robillard
1
-1
/
+0
2021-10-27
Improve hash table performance slightly
David Robillard
1
-6
/
+9
2021-09-14
Make ZixAllocator a single flat struct
David Robillard
1
-12
/
+12
2021-09-13
Correctly handle hash table reallocation failures
David Robillard
1
-8
/
+25
2021-09-10
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
2021-09-10
Add custom allocator support
David Robillard
1
-18
/
+24
2021-09-10
Add nullability annotations
David Robillard
1
-0
/
+35
2021-09-10
Rewrite ZixHash as a flat table with open addressing
David Robillard
1
-145
/
+258
2021-06-30
Fix hash size after removing elements
David Robillard
1
-1
/
+1
2020-12-31
Update copyright headers
David Robillard
1
-1
/
+1
2020-12-31
Separate source from headers
David Robillard
1
-0
/
+230
2012-08-10
Minimal space overhead inline value hash table.
David Robillard
1
-226
/
+0
2012-01-31
Windows/Visual C++ portability.
David Robillard
1
-1
/
+1
2011-09-28
Add ZixHash
David Robillard
1
-0
/
+226