gen2brain / shmLinks
System V shared memory functions in pure Go.
☆133Updated last year
Alternatives and similar repositories for shm
Users that are interested in shm are comparing it to the libraries listed below
Sorting:
- Golang POSIX shared memory library☆68Updated 10 years ago
- Storing strings without GC overhead☆84Updated 3 months ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- Kernel based asynchronous IO library in pure golang☆78Updated 3 years ago
- Non-Invasive goroutine inspector☆93Updated 4 months ago
- A command line utility for interacting with SysV-style shared memory segments, written in Golang. [Linux Only]☆41Updated 5 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 5 years ago
- gotiny 是一个高效的golang序列化库。☆103Updated last year
- Simple string pattern matcher for Go☆134Updated 3 months ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A library for graceful restarts in Go.☆96Updated 8 years ago
- Load file-backed memory☆122Updated 3 years ago
- Streaming File Cache for #golang☆128Updated 2 years ago
- Pure Go SQLite file reader☆199Updated 2 years ago
- Fast generation of 192-bit UUIDs☆86Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- Pure Go wrapper for System V message queue☆73Updated 4 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- ☆80Updated 3 months ago
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.