# # ChangeLog for benchmark/readyQ/churn.cfa # # Generated by Trac 1.2.1 # Jun 20, 2024, 8:09:14 PM Mon, 02 May 2022 16:43:34 GMT Thierry Delisle [12bb5ab1] * benchmark/readyQ/churn.cfa (modified) * benchmark/readyQ/churn.cpp (added) Implemented the churn benchmark for libfibre. Trivial change to the ... Fri, 29 Apr 2022 19:10:16 GMT Thierry Delisle [111a2ab3] * benchmark/readyQ/churn.cfa (modified) Changed churn.cfa to use the same approach as rust Fri, 14 Jan 2022 02:49:46 GMT Peter A. Buhr [75965a6] * benchmark/readyQ/churn.cfa (modified) * benchmark/readyQ/locality.cfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) replace thread_rand with prng, replace __xorshift64 with xorshift_13_7_17 Wed, 17 Nov 2021 20:14:28 GMT Thierry Delisle [3df86cc] * benchmark/Makefile.am (modified) * benchmark/readyQ/churn.cfa (added) Added a new churn benchmark. Still have to implement it for other ...