vishalkuo / bimapLinks
A threadsafe bidirectional map written in Go
☆46Updated 5 months ago
Alternatives and similar repositories for bimap
Users that are interested in bimap are comparing it to the libraries listed below
Sorting:
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Intern Go strings☆97Updated 2 years ago
- Generic and fast binary serializer for Go☆250Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Bitset data structure☆169Updated 3 years ago
- Simple string pattern matcher for Go☆136Updated 5 months ago
- Pure Go embedded persistent job queue backed by BadgerDB☆167Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆295Updated last year
- Eventually consistent distributed in-memory cache Go library☆162Updated 3 years ago
- Floc: Orchestrate goroutines with ease.☆271Updated 4 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Expression evaluator for Go☆80Updated 3 weeks ago
- go websocket client for unit testing of a websocket handler☆102Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Detect all kinds of leaks in Go☆133Updated 10 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Experiments with Go generics☆100Updated 4 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆71Updated 5 years ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel☆203Updated 2 weeks ago
- Natural language detection package in pure Go☆175Updated 5 years ago
- Conversion of unit library for golang☆120Updated last year
- Check that no globals are present in Go code.☆128Updated 8 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- Error Context, Stack Trace, Types and Tags for full error handling and logging.☆68Updated 2 years ago
- Automatically sets up command line flags based on struct fields and tags.☆176Updated 3 years ago
- Transform Go code into it's AST☆122Updated 6 years ago