allegro / bigcache

Efficient cache for gigabytes of data written in Go.
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
Apache License 2.0
7.45k stars 593 forks source link

Excessive memory allocation #353

Open watermelo opened 1 year ago

watermelo commented 1 year ago

What is the issue you are having? Excessive memory allocation

image

Why there is duplicate memory allocation? should I use the v3 version.

Environment:

janisz commented 1 year ago

should I use the v3 version

Definitely you should but it looks like you have them both 1.2 and 3 at the same time