minio/internal/bpool
Harshavardhana 7c948adf88
allow pre-allocating buffers to reduce frequent GCs during growth (#18686)
This PR also increases per node bpool memory from 1024 entries
to 2048 entries; along with that, it also moves the byte pool
centrally instead of being per pool.
2023-12-21 08:59:38 -08:00
..
bpool.go allow pre-allocating buffers to reduce frequent GCs during growth (#18686) 2023-12-21 08:59:38 -08:00
bpool_test.go allow pre-allocating buffers to reduce frequent GCs during growth (#18686) 2023-12-21 08:59:38 -08:00