]> git.saurik.com Git - apt.git/commitdiff
Get rid of memmove() in our read buffering
authorJulian Andres Klode <jak@debian.org>
Sat, 26 Dec 2015 16:38:40 +0000 (17:38 +0100)
committerJulian Andres Klode <jak@debian.org>
Sat, 26 Dec 2015 16:38:40 +0000 (17:38 +0100)
This further improves our performance, and rred on uncompressed
files now spents 78% of its time in writing. Which means that
we should really look at buffering those.


No differences found