summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/various
AgeCommit message (Expand)Author
2023-08-30Smaller updates.Tyge Løvset
2023-08-21Some cleanups.Tyge Løvset
2023-08-19Optimized cspan_next(): awesome speedup on gcc.tylov
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
2023-08-13API CHANGES:tylov
2023-07-28Updated output label for crand64.tylov
2023-07-28Improved crand docs and commented out the irrelevant 32-bit variants in the b...tylov
2023-07-18Renamed i_native_cmp => i_cmp_nativetylov
2023-07-16Moved _cspan_next2() to header section in cspan.h to allow optimizations.tylov
2023-07-15Improved warning, and other enhancements in ccommon.htylov
2023-07-12Changed docs and examples to use i_key* template parameters instead of i_val*...tylov
2023-07-11Fixed an issue in template.htylov
2023-07-11Internal updates and doc reorg.tylov
2023-07-08Added support for column-major md cspan.tylov
2023-07-02Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has...Tyge Løvset
2023-06-20Renamed `i_more` => `i_retain` (avoids undef of template parameters on next S...Tyge Løvset
2023-05-23Updated docs to reflect changes in cstr linking shared.Tyge Lovset
2023-05-19Added container equality function to docs _eq(c1, c2).Tyge Lovset
2023-05-18Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz...Tyge Lovset
2023-04-23Tuned cmap.h and hash function.Tyge Løvset
2023-04-18Removed unneeded custom size type in maps and bits.h. Prepared for possible r...Tyge Løvset
2023-04-09Final commit before 4.2 release?Tyge Lovset
2023-03-30Added crand.h - Alternative API to crandom.h, which will be deprecated.Tyge Løvset
2023-03-27More RAII cleanup in examples. Also removed gauss1.c and new_deq.cTyge Løvset
2023-03-26development branch for 4.2Tyge Løvset
2023-03-08Added cco_done(ctx) to check if coroutine is complete (including cleanup stage).Tyge Løvset
2023-02-12Fairly large update before release 4.1, cleaning up docs and some minor addit...Tyge Løvset