Closed brmmm3 closed 6 years ago
Before each call of the compress function the structure is initialized with the same values. It would be more efficient to create the initialized buffers once and reuse them through a signel memcpy call.
PR please - if still applies.
Before each call of the compress function the structure is initialized with the same values. It would be more efficient to create the initialized buffers once and reuse them through a signel memcpy call.