hlts2 / gompoolLinks
Allocation-free and lock-free memory pool library written in golang using treiber stack
☆19Updated 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)☆132Updated 4 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 6 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Storing strings without GC overhead☆84Updated last month
- Low level image processing library in pure Go with SIMD assembly☆131Updated 8 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 5 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- simple data streams for go☆31Updated 3 years ago
- improved go tool trace goroutine analysis☆31Updated 6 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Software Transactional Locks☆31Updated 5 years ago
- Parses Go tracebacks and finds possible deadlocks☆27Updated 5 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated this week
- Off heap golang memory pool☆60Updated 4 years ago
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆36Updated last year
- amd64 instruction assembler☆90Updated 7 years ago
- Go client library for Pilosa☆57Updated 3 years ago
- Demo API to play with io_uring in Go☆64Updated 5 years ago
- An ~O(2k) time complexity http request router in Go☆45Updated 6 years ago
- Kernel based asynchronous IO library in pure golang☆78Updated 3 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- System V shared memory functions in pure Go.☆134Updated last year