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 2 years ago
Alternatives and similar repositories for coffer
Users that are interested in coffer are comparing it to the libraries listed below
Sorting:
- Golang utlities to make your life easier with zero allocations☆47Updated 3 months ago
- An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.☆52Updated 4 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆82Updated 6 months ago
- Buffered Reader/Writer☆75Updated 2 weeks ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated 2 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentia…☆34Updated last year
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 3 years ago
- Fast and Scalable RPC Framework☆43Updated last year
- The memdb library is an in-memory indexable store for go structs. Like a database, but in memory.☆20Updated 3 months ago
- Software Transactional Locks☆30Updated 4 years ago
- Golang "native" implementation of word2vec algorithm (word2vec++ port)☆26Updated 6 months ago
- Library providing opanapi3 and Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types.☆21Updated 3 months ago
- Constant Database native golang implementation☆38Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- Websocket implementation for fasthttp.☆53Updated last year
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- A concept package that helps implement mixin behavior using embedded structs and hook interfaces.☆25Updated 3 years ago
- Low-level key/value store in pure Go.☆99Updated 5 years ago
- Golang Dynamic Decision Tree☆40Updated 4 years ago
- 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
- xmlwriter is a pure-Go library providing procedural XML generation based on libxml2's xmlwriter module☆28Updated 2 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- A simple Set data structure implementation in Go (Golang) using LinkedHashMap.☆29Updated 2 years ago
- A priority queue for timed events, written in go.☆34Updated last year
- Pure Go encoder/decoder of the QOI image format