cmap

Concurrent Map

A high-performance, thread-safe map solution for Go.

a thread-safe concurrent map for go

GitHub

92 stars
3 watching
8 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
preshing/junction A collection of concurrent hash map implementations in C++. 1,408
zekrotja/timedmap A package implementing a thread-safe map with expiring key-value pairs 72
akrennmair/gopcap A wrapper around libpcap to enable network packet capture and analysis in Go 489
matplotlib/cmocean A set of standardized colormaps for oceanographic visualizations 231
zenthangplus/goccm A package to limit concurrency in Goroutines 71
goradd/maps A library providing a standard interface for working with various types of maps in Go. 43
malabarba/lazy-map-clojure Creates maps with values computed on demand from data or Java objects 49
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 144
joetifa2003/mm-go A package providing low-level manual memory management utilities for Go 150
dtenny/clj-con A Common Lisp package providing concurrency operations similar to Clojure 35
niconex/tau A dynamically-typed concurrent programming language with minimalistic design and support for first-class functions, concurrency, error handling, and implicit return values. 59
seborama/fuego A Go library that applies functional programming concepts to improve code readability and reduce complex bugs in concurrent systems. 141
lmj/lfarm A library for distributing work across machines using parallel processing 105
jberryman/unagi-chan A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction 127
mna/gocostmodel A benchmarking package for the Go language. 61