9151739577
Motivation: We did an unessary memory copy when doing bzip2 encoding. Modifications: Remove memory copy and just use a ByteProcessor. Result: Less memory copies and so faster.