EagleChen / mapmutexLinks
Golang implementation of fine-grained mutex for per key in a map. Better performance than one giant mutex.
β34Updated 5 years ago
Alternatives and similar repositories for mapmutex
Users that are interested in mapmutex are comparing it to the libraries listed below
Sorting:
- π§ Flexible mechanism to make execution flow interruptible.β100Updated 4 years ago
- β86Updated 5 years ago
- Fast Concurrent / Parallel Sorting in Goβ144Updated 5 months ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websitesβ68Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.β184Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome libraryβ67Updated 9 months ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentiaβ¦β34Updated last year
- Websocket implementation for fasthttp.β54Updated last year
- A spinlock implementation for Go.β63Updated 4 years ago
- a decision & trigger framework backed by Google's Common Expression Languageβ64Updated 5 years ago
- json slicerβ92Updated last year
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular bufferβ71Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.β82Updated 3 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go tβ¦β47Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.β56Updated 6 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.β143Updated 5 years ago
- π¦ Semaphore pattern implementation with timeout of lock/unlock operations.β103Updated 5 years ago
- Simple string pattern matcher for Goβ136Updated 4 months ago
- Golang source code parsing, usage like reflect packageβ64Updated 3 months ago
- Β΅json - A fast and minimal JSON parser and transformer that works on unstructured JSONβ85Updated last year
- An inflection engine for golangβ103Updated last year
- fast int64-int64 map for goβ100Updated 2 months ago
- Golang utlities to make your life easier with zero allocationsβ49Updated 4 months ago
- Parse json with comments and trailing commas.β100Updated 4 years ago
- Expression evaluator for Goβ80Updated last week
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithmβ71Updated 2 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.β84Updated 5 years ago
- Generative Adversarial Network in Go via Gorgoniaβ87Updated 3 years ago
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacementβ88Updated 7 months ago
- Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.β91Updated 2 years ago