aio: Significantly improve the speed of copyto
commit4fd87e892eeb9bcb050e3f5bc3b5b5f92dc0f6aa
authorSteve Bennett <steveb@workware.net.au>
Sun, 11 Aug 2019 08:56:13 +0000 (11 18:56 +1000)
committerSteve Bennett <steveb@workware.net.au>
Wed, 14 Aug 2019 07:11:17 +0000 (14 17:11 +1000)
treea91999db627ca690a344c1c9a795f7c5640b258e
parent82e16356166d77acf5a78d198273ca64eb4a5bd4
aio: Significantly improve the speed of copyto

Copying 1 byte at a time can be very slow for large transfers.
Use a 256 byte buffer instead.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jim-aio.c