cmap
Concurrent Map
A high-performance, thread-safe map solution for Go.
a thread-safe concurrent map for go
92 stars
3 watching
8 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of concurrent hash map implementations in C++. | 1,409 |
| A package implementing a thread-safe map with expiring key-value pairs | 72 |
| A wrapper around libpcap for the Go programming language | 490 |
| A set of standardized colormaps for oceanographic visualizations | 233 |
| A package to limit concurrency in Goroutines | 71 |
| A library providing a standard interface for working with various types of maps in Go. | 47 |
| Creates maps with values computed on demand from data or Java objects | 49 |
| A concurrent thread-safe hash map implemented in C++. | 145 |
| A package providing low-level manual memory management utilities for Go | 150 |
| A Common Lisp package providing concurrency operations similar to Clojure | 35 |
| A dynamically-typed concurrent programming language with minimalistic design and support for first-class functions, concurrency, error handling, and implicit return values. | 59 |
| A Go library that applies functional programming concepts to improve code readability and reduce complex bugs in concurrent systems. | 143 |
| A library for distributing work across machines using parallel processing | 106 |
| A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
| A benchmarking package for the Go language. | 61 |