index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
benchmark.c
Age
Commit message (
Expand
)
Author
2020-06-21
Moved examples to examples folder.
Tylo
2020-06-21
Renamed files and classes: cmap -> chash, copt -> coption
Tylo
2020-06-20
Renamed CMap to CHash, to reflect that it now supports both (unordered) Map a...
Tylo
2020-06-18
Some fixes of benchmark, and some code improvements.
Tylo
2020-06-16
Removed glm. Some opt. on hash.
Tylo
2020-06-15
Fixed including standard include files.
Tylo
2020-06-15
Compile on Linux.
Tylo
2020-05-29
Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types.
Tylo
2020-04-30
Added KHASH in benchmark, tuned cmap.
Tyge
2020-04-29
Some small tweaks. Simplified hash32 function, makes it faster even if distri...
Tyge
2020-04-29
Making code clearer, and update benchmark.c
Tyge
2020-04-26
Renamed c_defaultDestroy to c_noDestroy
Tyge
2020-04-26
Refactored: Uses STC_API to control extern or static inline. Define STC_HEADE...
Tyge
2020-04-20
Fixed and redesigned iterators.
Tyge
2020-04-15
Renamed and cleanup of benchmark.c. Should be compiled as C++ for compilers s...
Tyge