claygod / cofferLinks
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 this week
Alternatives and similar repositories for coffer
Users that are interested in coffer are comparing it to the libraries listed below
Sorting:
- An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.☆52Updated 4 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 4 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆66Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆138Updated last week
- Generic and fast binary serializer for Go☆228Updated last year
- fast int64-int64 map for go☆98Updated 2 years ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Golang radix tree implementation☆35Updated 6 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- simple data streams for go☆31Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Streaming JSON encoding for Golang☆30Updated last month
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- jeez it's just a quadtree chill out☆26Updated 3 years ago
- Golang lock-free Hashmap and List☆70Updated 2 years ago
- A prefix tree implementation in go☆43Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 3 years ago
- Buffered Reader/Writer☆78Updated 2 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- Lexer based on Rob Pike's talk on YouTube (view README)☆85Updated 3 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago