| Age | Commit message (Collapse) | Author |
|
|
|
|
|
cdeq_size, cdeq_capacity, cdeq_empty. Use the cvec_X_* names instead.
|
|
|
|
for cvec, cdeq, cptr and clist.
|
|
|
|
|
|
stc64_rand().
|
|
cvec_X_size(c) etc. Restructured benchmarks / examples.
|
|
|
|
biased for very large ranges only).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Highly optimized generation of unbiased uniform bounded random numbers. Only 33% overhead.
|
|
|
|
unbiased. Removed 32-bit pcg32 PRNG.
|
|
|
|
|
|
than a bare pointer. More docs too.
|
|
|
|
Renamed erase_at() to erase_n() in cvec and cstr to improve consistency.
|
|
|
|
- Renamed cstr_erase(s, pos, n) to cstr_erase_at(s, pos, n)
- Changed cvec_erase_at(v, pos) to cvec_erase_at(v, pos, n).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9
All examples are reverted to use printf() instead of c_print().
|
|
|
|
cstr_equals_caseins().
|
|
cstr_size().
|