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
Age
Commit message (
Expand
)
Author
2022-04-07
More refactoring of cbits.h + minor changes in examples/benchmark.
Tyge Løvset
2022-03-29
Refactoring in sso string.
Tyge Løvset
2022-03-29
Added some sso benchmarks and a minor tweak.
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-13
Fixed missing i_eq default setting in template.h, carc and cbox. cstr_substr_...
Tyge Løvset
2022-01-11
Some updates on Regex. Will remove it for now, as it is functionally unstable.
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
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-12
Simplify, use standard rotate_left()
Tyge Løvset
2021-11-12
Accepted pull request on rust_hashmap.rs
Tyge Løvset
2021-11-10
Added back coption.h
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
2021-11-05
Changed array expansion policy from 1.625x to 1.5x
Tyge Løvset
2021-11-04
Added command line args to shootout2_cmap.cpp
Tyge Løvset
2021-11-04
More shootout2_cmap updates
Tyge Løvset
2021-11-04
Updated shootout2_cmap.cpp
Tyge Løvset
2021-11-03
Renamed cnt_X_getmut() to cnt_X_get_mut().
Tyge Lovset
2021-11-03
Changed container_X_get() and container_X_at() to return const value* (or con...
Tyge Løvset
2021-11-02
Bring rust benchmarks in line with c benchmarks
Devin Ragotzy
2021-11-02
Added benchmark to compare with Rust HashMap.
Tyge Løvset
2021-10-29
Merge branch 'master' of github.com:tylov/STC into subtypes
Tyge Løvset
2021-10-29
Swapped .._equals() and _equalto() functions for consistency
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...
Tyge Løvset
2021-10-29
renamed _cx_..._t to _cx_...
Tyge Løvset
2021-10-29
renamed cx_..._t to _cx_..._t, and Self to _cx_self
Tyge Løvset
2021-10-28
Reduce mem usage in shootout4_crand.
Tyge Løvset
2021-10-28
updated shootouts, fixed some warnings
Tyge Løvset
2021-10-26
Added some examples and updated docs. Removed cvec_X_erase() and cdeq_X_erase...
Tyge Løvset
2021-10-22
Updated shootout2_cmap.cpp and competing hashmaps. Replaced Gregs sparsepp wi...
Tyge Løvset
2021-10-22
Some more fixes on shootout2_cmap.cpp: Removed warnings.
Tyge Løvset
2021-10-21
Minor change.
Tyge Løvset
2021-10-21
Fixed a bug in shootout2 cmap. (hash function was defined as i_cmp)
Tyge Løvset
2021-10-18
names.txt had dos line-ends also in linux.
Tyge Lovset
2021-10-17
Minor update on hash function. Added names.txt for string_bench.c/cpp examples.
Tyge Løvset
2021-10-16
More update on hash. Added string_bench.c+cpp.
Tyge Løvset
2021-10-05
Changed recommended order of defining template parameters.
Tyge Løvset
2021-10-02
Updated benchmark scripts.
Tyge Løvset
2021-10-02
Fixed benchmarks regarding cmap find bug.
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-19
Fixed errors caused by gcc -std=c99 -pedantic.
Tyge Løvset
2021-09-19
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-19
Merge pull request #11 from Kamilcuk/master
Tyge Løvset
[prev]
[next]