Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

bigcache - Efficient cache for gigabytes of data written in Go.

  • Share this:
Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that operations on bytes arrays take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.
https://github.com/allegro/bigcache
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
License:
Tech: