gen2brain / shm
System V shared memory functions in pure Go.
☆131Updated 4 months ago
Alternatives and similar repositories for shm:
Users that are interested in shm are comparing it to the libraries listed below
- gotiny 是一个高效的golang序列化库。☆101Updated 4 months ago
- Simple string pattern matcher for Go☆126Updated 10 months ago
- Golang POSIX shared memory library☆67Updated 9 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Call private methods freely in Golang☆45Updated 9 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- Expression evaluator for Go☆68Updated 11 months ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last year
- Golang circular (ring) buffer☆174Updated 2 years ago
- Pure Go wrapper for System V message queue☆70Updated 3 years ago
- 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
- Load file-backed memory☆120Updated 2 years ago
- A command line utility for interacting with SysV-style shared memory segments, written in Golang. [Linux Only]☆41Updated 4 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- Very fast, very unsafe serialization for Go☆146Updated 2 years ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- A scalable lock-free channel.☆134Updated 8 years ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Golang LRU cache with expire feature.☆66Updated 8 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago