Closed mostynb closed 3 years ago
This change reimplements the zstd support without using a sync.Pool and the tricky finalizer setup.
@ains-stripe: not sure if you're still using this library, but FYI.
This solution seems a bit simpler, and might have lower resource usage. I need to test this before it can land though.
This change reimplements the zstd support without using a sync.Pool and the tricky finalizer setup.