gen2brain / shm
System V shared memory functions in pure Go.
☆133Updated 8 months ago
Alternatives and similar repositories for shm
Users that are interested in shm 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 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Simple string pattern matcher for Go☆127Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- A command line utility for interacting with SysV-style shared memory segments, written in Golang. [Linux Only]☆41Updated 5 years ago
- Non-Invasive goroutine inspector☆90Updated last month
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Load file-backed memory☆122Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- Very fast, very unsafe serialization for Go☆147Updated 2 years ago
- Pure Go wrapper for System V message queue☆73Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Golang POSIX shared memory library☆67Updated 9 years ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- System V IPC (message queues, semaphore sets, and shared memory segments) bindings for golang☆26Updated 2 years ago
- gotiny 是一个高效的golang序列化库。☆101Updated 7 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- Go package for limiting and monitoring data flow rate☆95Updated 8 years ago
- Low level image processing library in pure Go with SIMD assembly☆129Updated 8 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A revamped Google's jump consistent hash☆106Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- Package errc simplifies error and defer handling.☆78Updated 7 years ago