ocaml-containers
ocaml-containers copied to clipboard
add CCArray.of_iter
- #471
Looks useful, do you also want to add the updated benchmarks?
should we add more benchmark?
when iter_len very small, use list as buffer is faster than other implementation.
lists might be faster for small sizes, but what about large sizes? does it get worse?