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
/
benchmarks
/
shootout_hashmaps.cpp
Age
Commit message (
Expand
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-11-21
Updated shootout_hashmap.cpp, and fixed some unsigned warnings.
Tyge Løvset
2022-11-20
some changes to hashmap benchmarking again.
Tyge Løvset
2022-11-20
Added benchmark comparison with boost::unordered_flat_map in shootout_hashmap...
Tyge Løvset
2022-11-03
Made cmap i_max_load_factor a compile time template parameter instead of runt...
Tyge Løvset
2022-11-01
Various updates.
Tyge Løvset
2022-10-21
Renamed size_t formatting macro c_zu to c_ZU (for replacing %zu on mingw64).
Tyge Løvset
2022-10-14
Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m...
Tyge Løvset
2022-09-21
Added c_forfilter() macro(s) - easy filtering of elements.
Tyge Løvset
2022-07-17
Tuned benchmark shootout_hashmaps.cpp and updated two external c++ hash table...
Tyge Løvset
2022-07-15
Added shootout_hashmaps.cpp to build_all.sh and fixed warnings.
Tyge Løvset
2022-07-15
cmap: No longer uses c_umul128. If `i_size` is defined by user, table is powe...
Tyge Lovset
2022-07-11
Fixed documentation changes for size, capacity, empty. Minor changes in some ...
Tyge Lovset
2022-07-07
add emhash to benchmark
hyb
2022-07-06
Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre...
Tyge Løvset
2022-06-02
Improved namings in utf8tabs.py and removed unicode tables
Tyge Løvset
2022-05-30
Updated benchmarks and renamed utf8utils.c to utf8code.c
Tyge Løvset
2022-05-18
Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _tora...
Tyge Løvset
2022-05-09
Small improvement in c_default_hash()
Tyge Løvset
2022-04-23
Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is ...
Tyge Løvset
2022-04-18
crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ...
Tyge Løvset
2022-03-04
Updated printf formatting to portable code. This was also to use http://winli...
Tyge Løvset
2022-02-18
Some improvements and cleanup: CRegex, CMap.
Tyge Løvset
2022-01-08
Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil...
Tyge Løvset
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-11-23
Renamed c_default_hash32/64 to c_hash32/64. Old are deprecated (still availab...
Tyge Løvset
2021-11-08
minor
Tyge Løvset
2021-11-08
Changed default_hash() and c_strhash()
Tyge Løvset
2021-11-07
Added TSL maps and Khash iteration.
Tyge Løvset
2021-11-07
Cleanup shootout_hashmap.cpp
Tyge Løvset
2021-11-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset