proxy.golang.org : github.com/tnarg/badger
Package badger implements an embeddable, simple and fast key-value store, written in pure Go. It is designed to be highly performant for both reads and writes simultaneously. Badger uses LSM tree, along with a value log, to separate keys from values, hence reducing both write amplification and the size of the LSM tree. This allows LSM tree to be served entirely from RAM, while the values are served from SSD. As values get larger, this results in increasingly faster Set() and Get() performance than top of the line KV stores in market today.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/tnarg/badger
License: Apache-2.0
Latest release: almost 8 years ago
First release: almost 8 years ago
Namespace: github.com/tnarg
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago