codeintel: Reuse gzip reader and writer
Created by: efritz
Reduce allocations in gob serializer by reusing gzip reader and writer instances via a sync.Pool.
Created by: efritz
Reduce allocations in gob serializer by reusing gzip reader and writer instances via a sync.Pool.