mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-10-08 00:03:33 -04:00
Now that `readv` is implemented, we can read directly into the user's buffer. Testing this by reading from /dev/null into a 64K buffer was about 5 times faster than the old way (which has a copy and is limited by the chunk size).