summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/shootout2_cmap.cpp
AgeCommit message (Expand)Author
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset
2021-11-05Changed array expansion policy from 1.625x to 1.5xTyge Løvset
2021-11-04Added command line args to shootout2_cmap.cppTyge Løvset
2021-11-04More shootout2_cmap updatesTyge Løvset
2021-11-04Updated shootout2_cmap.cppTyge Løvset
2021-10-28updated shootouts, fixed some warningsTyge Løvset
2021-10-22Updated shootout2_cmap.cpp and competing hashmaps. Replaced Gregs sparsepp wi...Tyge Løvset
2021-10-22Some more fixes on shootout2_cmap.cpp: Removed warnings.Tyge Løvset
2021-10-21Minor change.Tyge Løvset
2021-10-21Fixed a bug in shootout2 cmap. (hash function was defined as i_cmp)Tyge Løvset
2021-10-05Changed recommended order of defining template parameters.Tyge Løvset
2021-10-02Fixed benchmarks regarding cmap find bug.Tyge Løvset
2021-09-19Fixed errors caused by gcc -std=c99 -pedantic.Tyge Løvset
2021-09-11Updated benchmarks to newstyle.Tyge Løvset
2021-04-16Replaced cmap/cset min_load_factor with shrink_to_fit() method.Tyge Løvset
2021-03-11Renamed public *_result_t struct member names in maps/sets for consistency wi...Tyge Løvset
2021-03-01Update exteral mapsTyge Løvset
2021-02-24More docs and some file renames.Tyge Løvset