Simon Cruanes
a4db1e67be
chore: use 5.2 in CI ( #28 )
...
chore: use 5.2 in CI
2024-05-20 16:26:33 -04:00
Simon Cruanes
cf8555bcec
revert: remove name on futures and tasks
...
async tracing will be more robust, and is enabled by
task local storage
2024-02-17 12:40:02 -05:00
Simon Cruanes
37c42b68bc
fix
2024-02-11 16:39:44 -05:00
Simon Cruanes
cc8860c6e3
split into moonpool.private and moonpool; format; remove DLA
2024-02-11 16:39:43 -05:00
Simon Cruanes
dd9206b5b8
use new tracing support in tests and benchs
2024-01-30 16:12:03 -05:00
Simon Cruanes
62e8336d84
update tests and benchs for new Fut API
2023-11-08 12:02:13 -05:00
Simon Cruanes
928345437a
fix tests to use new API
2023-11-08 09:41:57 -05:00
Simon Cruanes
9e93ebd3bb
update benchmark fib-rec with more implementations
2023-10-27 12:26:03 -04:00
Simon Cruanes
3e614ec992
rename Pool to Ws_pool; deprecated Moonpool.Pool
2023-10-25 23:43:18 -04:00
Simon Cruanes
6452ca89d1
rename Simple_pool into Fifo_pool, update doc
2023-10-25 21:55:29 -04:00
Simon Cruanes
73c2f9768c
benchs: run with both pool and simple_pool
2023-10-25 00:21:29 -04:00
Simon Cruanes
9ab9df78c9
update tests a bit
2023-10-24 13:48:23 -04:00
Simon Cruanes
2326ae0078
modify Fork_join.for_ to avoid the allocator.
...
The allocator means calling a closure at each step, which means local
a reference will have to be heap allocated (and worse, that floats will
be unboxed). Instead we give the function a pair of low,high bounds for
a local for.
2023-07-10 01:19:16 -04:00
Simon Cruanes
55f831bc8b
add Fork_join.{for_,map_reduce_commutative}
2023-07-10 01:14:16 -04:00
Simon Cruanes
30d2560a27
add π-computing benchmark
2023-07-09 19:49:25 -04:00
Simon Cruanes
027d39e9a5
bench fib: additional parameter
2023-06-08 15:10:40 -04:00
Simon Cruanes
c77b579caa
bench: add -niter param
2023-06-07 21:23:31 -04:00
Simon Cruanes
3d972cc0cd
add benchs/ with a basic fib test
2023-06-07 21:03:26 -04:00