summaryrefslogtreecommitdiffhomepage
path: root/benchmark.c
AgeCommit message (Expand)Author
2020-06-21Moved examples to examples folder.Tylo
2020-06-21Renamed files and classes: cmap -> chash, copt -> coptionTylo
2020-06-20Renamed CMap to CHash, to reflect that it now supports both (unordered) Map a...Tylo
2020-06-18Some fixes of benchmark, and some code improvements.Tylo
2020-06-16Removed glm. Some opt. on hash.Tylo
2020-06-15Fixed including standard include files.Tylo
2020-06-15Compile on Linux.Tylo
2020-05-29Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types.Tylo
2020-04-30Added KHASH in benchmark, tuned cmap.Tyge
2020-04-29Some small tweaks. Simplified hash32 function, makes it faster even if distri...Tyge
2020-04-29Making code clearer, and update benchmark.cTyge
2020-04-26Renamed c_defaultDestroy to c_noDestroyTyge
2020-04-26Refactored: Uses STC_API to control extern or static inline. Define STC_HEADE...Tyge
2020-04-20Fixed and redesigned iterators.Tyge
2020-04-15Renamed and cleanup of benchmark.c. Should be compiled as C++ for compilers s...Tyge