From: Julian Andres Klode Date: Sat, 26 Dec 2015 16:38:40 +0000 (+0100) Subject: Get rid of memmove() in our read buffering X-Git-Tag: 1.1.7~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/83e22e26f9f10472aed97f889967c86ee218d28d?hp=83e22e26f9f10472aed97f889967c86ee218d28d 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. ---