Closed skidder closed 4 months ago
Since the introduction of ICC profile handling, heap memory usage has grown steadily due to how ICC byte-array buffers are allocated.
This PR introduces a sync.pool to reuse ICC buffers for more stable memory usage.
sync.pool
Closing since this optimization isn't needed at this time.
Since the introduction of ICC profile handling, heap memory usage has grown steadily due to how ICC byte-array buffers are allocated.
This PR introduces a
sync.pool
to reuse ICC buffers for more stable memory usage.