BigCache

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

BigCache Alternatives

Similar projects and alternatives to BigCache

  1. badger

    Fast key-value DB in Go.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. Redis

    Redis Go client

  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. GCache

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

  8. groupcache

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

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. fastcache

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

  11. pogreb

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

  12. ledisdb

    A high performance NoSQL Database Server powered by Go

  13. bbolt

    An embedded key/value database for Go.

  14. bolthold

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

  15. cockroach

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

  16. prometheus

    The Prometheus monitoring system and time series database.

  17. SaaSHub

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

    SaaSHub logo
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
7,686
5.3
27 days ago

Sponsored
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io

Did you know that Go is
the 4th most popular programming language
based on number of references?