moonpool/test
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
..
effect-based modify Fork_join.for_ to avoid the allocator. 2023-07-10 01:19:16 -04:00
dune test: add load test for chans 2023-06-20 22:43:12 -04:00
t_bench1.ml test: make the benchmark quicker by default 2023-06-09 23:37:20 -04:00
t_chan_train.ml rename Fut.await_exn to Fut.await 2023-06-20 22:43:33 -04:00
t_fib.ml test: test running multiple pools in succession, then all at once 2023-06-05 13:04:35 -04:00
t_fib_rec.ml test: use less aggressive numbers, my poor ram! 2023-07-10 00:01:37 -04:00
t_futs1.ml feat: add Fut.for_list 2023-06-15 11:59:10 -04:00
t_props.ml add some property tests 2023-06-15 21:34:33 -04:00
t_tree_futs.ml test: use less aggressive numbers, my poor ram! 2023-07-10 00:01:37 -04:00