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
/
plotbench
Age
Commit message (
Expand
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-10-19
Reverted back to c_forrrange from c_forloop. Still available but deprecated.
Tyge Løvset
2022-09-26
DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as...
Tyge Løvset
2022-09-23
Reverted c_forrange() macro with 3 or more args: swapped 1st and 2nd arg again.
Tyge Løvset
2022-07-31
VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates.
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-02
updated cstr and csview docs
Tyge Lovset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-05-30
Updated benchmarks and renamed utf8utils.c to utf8code.c
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-04-18
Renamed stc64_random() => crandom(), stc64_srandom(seed) => csrandom(seed). K...
Tyge Løvset
2022-01-13
Fixed missing i_eq default setting in template.h, carc and cbox. cstr_substr_...
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-23
Removed emplace functions if not i_valraw or i_keyraw is defined. Safety/opti...
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-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset