Skip to content
  • Manuel Stoeckl's avatar
    Use thread local temp space for data compression · b8f08ccd
    Manuel Stoeckl authored
    The compression source and decompression target buffers were previously
    allocated individually each time. As these buffers are currently all
    small (<256KB), and only one is used at a time, this commit maintains
    a thread local temporary buffer that can be used in their place.
    b8f08ccd