claygod / coffer
Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID properties of the database. The database provides the ability to create record headers at own discretion and use them as transactions. The maximum size of stored data is limited by the size of the computer's RAM.
☆40Updated last year
Alternatives and similar repositories for coffer:
Users that are interested in coffer are comparing it to the libraries listed below
- An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.☆52Updated 4 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆73Updated last year
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Streaming JSON encoding for Golang☆30Updated 3 months ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆36Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Golang utlities to make your life easier with zero allocations☆47Updated 8 months ago
- The memdb library is an in-memory indexable store for go structs. Like a database, but in memory.☆20Updated 3 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Golang Dynamic Decision Tree☆39Updated 4 years ago
- Software Transactional Locks☆30Updated 4 years ago
- Low-level key/value store in pure Go.☆99Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- 🆗 - a strongly-duck-typed language.☆19Updated 3 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Better sync package for Go.☆22Updated last year
- simple data streams for go☆31Updated 2 years ago
- A prefix tree implementation in go☆42Updated 11 months ago
- A compiler from Go to JavaScript☆30Updated 2 years ago
- tcp server pool☆14Updated 6 years ago
- A MIME type sniffer for Go.☆33Updated 2 years ago
- Binary heap priority queues in Go☆30Updated 4 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 4 years ago
- Places data files into single package, extracts them, and gives API for access to package.☆13Updated 3 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 7 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Go Redis Client☆19Updated 5 years ago