]> git.saurik.com Git - apt.git/commit
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)
commit83e22e26f9f10472aed97f889967c86ee218d28d
tree1f61e2dbe60c846d961e6f0e56cdad443ad7595d
parent46cddb8c1a393cc7d03fbd897f2504ae9f47179d
Get rid of memmove() in our read buffering

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.
apt-pkg/contrib/fileutl.cc