--- IO-AIO/Changes 2009/06/15 05:34:49 1.195 +++ IO-AIO/Changes 2009/06/17 01:14:48 1.196 @@ -5,6 +5,7 @@ TODO: reduce condvar fairness: schedule hot-cache-threads first? TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) TODO: aio_fcntl, at least for file-locking +TODO: fallocate, if it wouldn't be so useless. - (libeio) replaced quicksort+insertion sort by a tuned radix sort + insertion sort, resulting in comparable runtime (usually @@ -16,6 +17,9 @@ known system has differing EIO_DT_*/DT_* values, so not an issue. - removed a (harmless) assert that was left over on the code but should not have been. + - added IO::AIO::fadvise and IO::AIO::sendfile. + - use more correct types (change IO length from IV to VAL64, + which makes a difference on systems without 64 bit perls). 3.23 Sat Jun 13 16:57:58 CEST 2009 - fix off-by-one bug in aio_readdir that was introduced in the