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
/
misc
/
rust_cmap.c
Age
Commit message (
Expand
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-11-03
Made cmap i_max_load_factor a compile time template parameter instead of runt...
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-19
Reverted back to c_forrrange from c_forloop. Still available but deprecated.
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-26
DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as...
Tyge Løvset
2022-07-07
Added missing file: unordered_dense.h. Added -Wall -pedantic to benchmarks an...
Tyge Løvset
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-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-04-25
Removed size argument to `i_hash` template parameter and `c_default_hash`. Th...
Tyge Løvset
2022-03-04
Updated printf formatting to portable code. This was also to use http://winli...
Tyge Løvset
2021-11-23
Formatting only.
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-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset