bparli / dmutexLinks
Mutual exclusion lock package for distributed Go programs
☆16Updated 7 years ago
Alternatives and similar repositories for dmutex
Users that are interested in dmutex are comparing it to the libraries listed below
Sorting:
- ☆27Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Demo API to play with io_uring in Go☆65Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Parses Go tracebacks and finds possible deadlocks☆27Updated 5 years ago
- simple data streams for go☆31Updated 3 years ago
- NUMA bindings for Go, requires libnuma.☆26Updated 6 years ago
- Sequential and parallel mergesort in Go☆16Updated 5 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 3 years ago
- High performance memory efficient serialization library with direct wire access☆30Updated 3 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆77Updated 6 years ago
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆37Updated last year
- Type-safe atomic values for Go☆19Updated 2 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Collect data about your dependencies☆43Updated 8 months ago
- Reference implementations for golang/go#38203 and golang/go#19367.☆27Updated 4 years ago
- Simple profiling for Go☆76Updated last year
- a monitoring system for Go applications using expvar (/debug/vars)☆24Updated 6 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 2 months ago
- Non-Invasive goroutine inspector☆93Updated 5 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- WIP☆20Updated 6 months ago
- A fast collection type that uses uint64 for keys.☆44Updated 5 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆53Updated 3 weeks ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago