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
Age
Commit message (
Expand
)
Author
2021-12-02
Breaking changes for i_fwd and i_cmp_none:
Tyge Løvset
2021-11-26
internal renamings
Tyge Løvset
2021-11-26
Fixed atomic_decrement final.
Tyge Løvset
2021-11-26
Bugfix of c_atomic_decrement() asm version in csptr.h. Some cleanup
Tyge Løvset
2021-11-25
Updated int params constness. Updated random.c example.
Tyge Løvset
2021-11-24
Deprecated c_no_compare(). Define i_cmp_none instead when you have/want no el...
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-23
BUGFIX: c_default_hash32() was buggy in ccommon.h - fixed.
Tyge Løvset
2021-11-21
Fixed option_mkdir.c return value.
Tyge Løvset
2021-11-21
Moved a line.
Tyge Løvset
2021-11-21
BREAKING CHANGE: Replaced c_new(T) with c_new(T, ...). This now is similar to...
Tyge Løvset
2021-11-21
Made none mutable integers into const variables. Improved cmap_X_reserve() impl.
Tyge Løvset
2021-11-21
Changed reverse() and resize() to return false if mem alloc failed.
Tyge Løvset
2021-11-20
Added carr_X_idx().
Tyge Løvset
2021-11-12
Added example option.c
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
Updated coption.
Tyge Lovset
2021-11-10
Added back coption.h
Tyge Løvset
2021-11-09
Added final rotl to default_hash
Tyge Løvset
2021-11-08
Last update on hash for now.
Tyge Løvset
2021-11-08
minor
Tyge Løvset
2021-11-08
Changed default_hash() and c_strhash()
Tyge Løvset
2021-11-08
Third trial.
Tyge Løvset
2021-11-08
Updated last commit. (added c_make_ptr(T, value) macro).
Tyge Løvset
2021-11-08
Added c_make_ptr(T, value) macro.
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
Fix build_and_test
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
Docs text alignments
Tyge Løvset
2021-11-03
Removed carrN_elem(). Added assert in carrN_at().
Tyge Løvset
2021-11-03
Changed carrN_X_at() to return const value*. Added mutable carrN_X_elem().
Tyge Løvset
2021-11-03
Update container_X_getmut() for mutable version.
Tyge Løvset
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-30
Fixed docs alignments.
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
[prev]
[next]