moonpool/test/effect-based
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
..
dune tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fib1.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fib_fork_join.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fib_fork_join_all.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fork_join.ml modify Fork_join.for_ to avoid the allocator. 2023-07-10 01:19:16 -04:00
t_futs1.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_many.ml test: use less aggressive numbers, my poor ram! 2023-07-10 00:01:37 -04:00
t_sort.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00