jerrinsg / go-pmemLinks
Native persistent memory support for Go
☆83Updated 3 years ago
Alternatives and similar repositories for go-pmem
Users that are interested in go-pmem are comparing it to the libraries listed below
Sorting:
- Fast and efficient data reconstruction Erasure code, saving about 30% I/O in reconstruction☆63Updated 5 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- Benchmarks of Badger☆97Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 2 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- Implementation of the CRUSH Algorithm in Go☆32Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- io_uring support for go☆203Updated 5 years ago
- Direct IO Golang Writer (Linux O_DIRECT)☆46Updated last week
- A comparison of skip lists written in Go☆53Updated 4 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- Stand-alone Distributed System, test distributed system on localhost.☆31Updated 11 years ago
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆182Updated last year
- Demo API to play with io_uring in Go☆64Updated 5 years ago
- SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.☆52Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Perf Utilities for Go☆109Updated 2 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- go-jepsen is a toolset for distributed systems verification, includes SIV(Snapshot Isolation Verification) and etc...