hashtable
hash table macros for creating hash table functions, it supports any type key, value, hash
git clone
https://noulin.net/git/hashtable.git
Log
|
Files
|
Refs
|
LICENSE
Date
Commit message
Author
Files
+
-
2022-03-21 21:08
correct iteration example
Remy Noulin
2
+5
-2
2022-03-20 19:54
update version
Remy Noulin
1
+1
-1
2022-03-20 19:52
bugfix: in addOrFindNode don't update context.node.hash since the context is not initialized
Remy Noulin
1
+0
-1
2022-03-20 13:23
fix bug in addOrFindNode function: the hash value is now stored the new nodes
Remy Noulin
2
+2
-1
2019-08-31 10:07
add iterator
Remy Noulin
2
+148
-2
2019-08-02 12:34
remove comparison of key addresses to allow having a struct as a key
Remy Noulin
2
+19
-19
2019-08-02 11:51
Revert "fix bug due to variable name collisions in range, use rangeM instead"
Remy Noulin
2
+3
-3
2019-07-29 14:03
fix bug due to variable name collisions in range, use rangeM instead
Remy Noulin
2
+3
-3
2019-06-29 07:41
update links
Remy Noulin
1
+5
-7
2019-05-28 05:32
add isHashtableCompiledWithCurrentLisheepyVersion=true for checkPackages
Remy Noulin
2
+4
-1
2018-06-01 11:35
add ilog2Hashtable prototype in C file to avoid warning
Remy Noulin
2
+3
-1
2018-05-19 22:25
hashtable macros
Remy Noulin
4
+1570
-0
2018-05-19 22:22
Initial commit
Remy Noulin
2
+73
-0