BigCache

Efficient cache for gigabytes of data written in Go. (by allegro)

BigCache Alternatives

Similar projects and alternatives to BigCache

  1. Redis

    Redis Go client

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. badger

    Fast key-value DB in Go.

  4. ristretto

    A high performance memory-bound Go cache

  5. pebble

    RocksDB/LevelDB inspired key-value database in Go

  6. go-cache

    An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.

  7. groupcache

    groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

  8. GCache

    An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

  9. fastcache

    Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead

  10. pogreb

    Embedded key-value store for read-heavy workloads written in Go

  11. cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

  12. ledisdb

    A high performance NoSQL Database Server powered by Go

  13. bolthold

    BoltHold is an embeddable NoSQL store for Go types built on BoltDB

  14. bbolt

    An embedded key/value database for Go.

  15. go-mysql

    a powerful mysql toolset with Go

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better BigCache alternative or higher similarity.

BigCache discussion

Log in or Post with

BigCache reviews and mentions

Posts with mentions or reviews of BigCache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-29.
  • Recommendation for Key/Value storage
    9 projects | /r/golang | 29 Dec 2021
    There are also different packages used as a wrapper on top of the Go map based on what your requirements are (storing a lot of data) https://github.com/allegro/bigcache or (need performance) https://github.com/dgraph-io/ristretto. For basic use-cases, the standard Go map should be enough. Just keep in mind whether you need concurrent access to your data structure, in which case you should guard your map with a mutex .

Stats

Basic BigCache repo stats
1
8,142
5.2
about 2 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com