grandecola / mmap
Interface for mmap syscall to provide safe and efficient access to memory
☆68Updated 4 years ago
Alternatives and similar repositories for mmap:
Users that are interested in mmap are comparing it to the libraries listed below
- Write ahead Raft log for Go☆57Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- extract goroutine id to the out world although it's dangerous and useless.☆58Updated 4 years ago
- Lock-Free Queue for Go☆25Updated 6 years ago
- goroutine local storage (use context instead if possible)☆75Updated last month
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- improved go tool trace goroutine analysis☆31Updated 6 years ago
- A tiny library to get current goroutine id☆90Updated last year
- First redis RESP3 protocol library in Go☆88Updated last year
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 3 years ago
- Utility functions and types used by Dragonboat and its related projects☆29Updated 9 months ago
- 🥼 personal Go codebase☆37Updated 2 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 5 years ago
- A goroutine limiter for Go☆80Updated 3 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- A revamped Google's jump consistent hash☆105Updated 2 years ago
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- Load file-backed memory☆120Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- Fast and efficient data reconstruction Erasure code, saving about 30% I/O in reconstruction☆62Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.☆54Updated 3 years ago
- waitgroup that supports context and timeout.☆20Updated 4 years ago
- A collection of shared infrastructure libraries used by different components of Jaeger.☆67Updated 3 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- linux timer wheel☆21Updated last month