• M
    Use memcpy for stored blocks. · a456d898
    Mark Adler 提交于
    This speeds up level 0 by about a factor of three, as compared to
    the previous byte-at-a-time loop. We can do much better though. A
    later commit avoids this copy for level 0 with large buffers,
    instead copying directly from the input to the output. This commit
    still speeds up storing incompressible data found when compressing
    normally.
    a456d898
trees.c 42.7 KB