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
/
sso_bench.cpp
Age
Commit message (
Collapse
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-10-31
Improved typesafe c_container_of() macro.
Tyge Løvset
2022-10-14
Update sso_bench.cpp benchmark, and some internal improvements.
Tyge Løvset
2022-05-30
Updated benchmarks and renamed utf8utils.c to utf8code.c
Tyge Løvset
2022-05-10
Renamed (newish) functions expand_uninitialized to expand_uninit. + some ↵
Tyge Lovset
minor changes.
2022-04-27
Finally FIXED cloning/to/from scheme to work properly. When using ↵
Tyge Løvset
i_key_bind/i_val_bind, a .._clone() function *must* always be defined. Functions .._from and .._toraw is only required when i_keyraw/i_valraw type is defined.
2022-04-25
Some maintainance. Updated sso_bench.cpp
Tyge Løvset
2022-04-24
Fixed unfair comparison; std::move must be used in c++ push_back(). STC has ↵
Tyge Løvset
almost identical performance to c++ STL, but STC cstr has 23 chars short strings vs typically 15 for c++ std::string, so STC is faster in this range.
2022-04-24
Created VERSION 3.5. See News section in docs for changes.
Tyge Løvset