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
Age
Commit message (
Expand
)
Author
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-08-12
cstr V4: Changed cstr functions to take pointers to self, not values. This is...
Tyge Løvset
2022-07-27
VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(...
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-05-30
Updated benchmarks and renamed utf8utils.c to utf8code.c
Tyge Løvset
2022-05-24
API change: cbits now uses container pointers args in all member functions, e...
Tyge Løvset
2022-05-10
Renamed (newish) functions expand_uninitialized to expand_uninit. + some mino...
Tyge Lovset
2022-04-27
Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/...
Tyge Løvset
2022-04-25
Removed size argument to `i_hash` template parameter and `c_default_hash`. Th...
Tyge Løvset
2022-04-25
Some maintainance. Updated sso_bench.cpp
Tyge Løvset
2022-04-24
Updated docs to use cstr_str(&s) instead of s.str
Tyge Løvset
2022-04-24
Fixed unfair comparison; std::move must be used in c++ push_back(). STC has a...
Tyge Løvset
2022-04-24
Created VERSION 3.5. See News section in docs for changes.
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
Renamed stc64_random() => crandom(), stc64_srandom(seed) => csrandom(seed). K...
Tyge Løvset
2022-04-18
Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin...
Tyge Løvset
2022-04-09
- Switched from .._put() to .._push() as the "generic" method to add element...
Tyge Løvset
2022-04-09
Optimizing push_back() cvec/cdeq and some minor stuff.
Tyge Lovset
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-01-11
Some updates on Regex. Will remove it for now, as it is functionally unstable.
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-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset