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