The CPU compressors output compressed data by calling the output callback
as soon as a compressed block is available. This is good to minimize memory
allocations inside the library, but in managed applications it causes many
managed/unmanaged transitions. It would be good if it was possible to
specify a buffer size so that the callback is only invoked when the buffer
is full.
Original issue reported on code.google.com by cast...@gmail.com on 11 Apr 2008 at 9:57
Original issue reported on code.google.com by
cast...@gmail.com
on 11 Apr 2008 at 9:57