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
/
cpque_benchmark.cpp
Age
Commit message (
Collapse
)
Author
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 ↵
Tyge Løvset
and fixed warnings. Thanks to ktprime for reporting.
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-18
crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ↵
Tyge Løvset
deprecated.
2022-01-13
Fixed missing i_eq default setting in template.h, carc and cbox. ↵
Tyge Løvset
cstr_substr_utf8 added.
2022-01-08
Moved utf8 from cregex.h to separate file. Splitted csview.h into another ↵
Tyge Løvset
file strings.h.
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of ↵
Tyge Løvset
'_del' to '_drop' and '_compare' to '_cmp'. Also i_key_ref (earlier i_key_sptr) and i_val_ref replaced by more general i_key_bind/i_val_bind.
2021-11-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset