Commit graph

7 commits

Author SHA1 Message Date
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