nedscode / memdbLinks
The memdb library is an in-memory indexable store for go structs. Like a database, but in memory.
☆20Updated 2 months ago
Alternatives and similar repositories for memdb
Users that are interested in memdb are comparing it to the libraries listed below
Sorting:
- Use yaegi as a template engine.☆32Updated last year
- simple data streams for go☆31Updated 2 years ago
- Simple Interprocess Plugins for Go☆17Updated 5 years ago
- An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.☆52Updated 4 years ago
- Buffered Reader/Writer☆75Updated 8 months ago
- 🆗 - a strongly-duck-typed language.☆19Updated 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 2 years ago
- Additional numeric types for Go (int128, uint128), repo moved!☆26Updated 8 months ago
- Simple Serialization library for Go☆13Updated 3 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- A Go API for generating .go source files☆24Updated 2 years ago
- An SQL-based key/value store for Golang☆39Updated 10 years ago
- Ramer-Douglas-Peucker path simplification algorithm in Golang☆15Updated 2 years ago
- Logging, distilled☆31Updated 6 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated 2 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Simple HTTP client & server long poll library for Go☆28Updated 7 years ago
- Pure Go encoder/decoder of the QOI image format☆68Updated 3 years ago
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆40Updated 2 years ago
- Go Traffic Shaper☆29Updated 5 years ago
- A Golang library for dumping SQL text☆41Updated 2 years ago
- Dynamic Worker Pool Library☆30Updated 5 years ago
- ☆28Updated 2 years ago
- Clock is a small library for mocking time in Go.☆19Updated 8 years ago
- go package to chain fs.FS filesystems together (go1.16+)☆25Updated 2 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆32Updated 2 months ago
- Simple expression evaluation engine for Go