gen2brain / shmLinks
System V shared memory functions in pure Go.
☆134Updated 11 months ago
Alternatives and similar repositories for shm
Users that are interested in shm are comparing it to the libraries listed below
Sorting:
- Storing strings without GC overhead☆84Updated 5 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Customizable TCP net.Listener for Go☆149Updated 2 years ago
- Simple string pattern matcher for Go☆132Updated this week
- Golang POSIX shared memory library☆67Updated 10 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- Non-Invasive goroutine inspector☆92Updated last month
- A command line utility for interacting with SysV-style shared memory segments, written in Golang. [Linux Only]☆41Updated 5 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆62Updated 4 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Streaming File Cache for #golang☆128Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Pure Go wrapper for System V message queue☆73Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆77Updated 10 years ago
- gotiny 是一个高效的golang序列化库。☆102Updated 10 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.