▲ 5 ▼ fastcache - a thread-safe in-memory cache for big number of entries in Go
A fast, thread-safe, in-memory cache for big number of entries in Go which minimizes GC overhead
Register to comment or vote on this story
A fast, thread-safe, in-memory cache for big number of entries in Go which minimizes GC overhead
nice - didn't know about this - i am using bigcache https://github.com/allegro/bigcache as drop in replacement instead of redis in my go app - i shall give this a try