hlts2 / gompoolLinks
Allocation-free and lock-free memory pool library written in golang using treiber stack
☆18Updated 6 years ago
Alternatives and similar repositories for gompool
Users that are interested in gompool are comparing it to the libraries listed below
Sorting:
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 6 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- simple data streams for go☆31Updated 2 years ago
- amd64 instruction assembler☆90Updated 7 years ago
- Raft in-memory backend implementation with persistence☆84Updated 4 years ago
- Golang port of simdjson☆86Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- System V shared memory functions in pure Go.☆133Updated 9 months ago
- Package tcp implements TCP-level socket options☆92Updated 4 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- Demo API to play with io_uring in Go☆63Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Pure Go wrapper for System V message queue☆73Updated 3 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Non-Invasive goroutine inspector☆90Updated last month
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Low level image processing library in pure Go with SIMD assembly☆129Updated 8 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated last week
- A spinlock implementation for Go.☆62Updated 4 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago