xaionaro-go / atomicmapLinks
A high performance thread-safe implementation of hash map for Golang (accent on high throughput, not at latency)
☆21Updated 4 years ago
Alternatives and similar repositories for atomicmap
Users that are interested in atomicmap are comparing it to the libraries listed below
Sorting:
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆65Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- Expression evaluator for Go☆77Updated 8 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- HTTP/2 implementation for fasthttp (Under construction...)☆136Updated 3 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 8 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 4 months ago
- Machine is a workflow/pipeline library for processing data☆164Updated this week
- Generic, zero-alloc, 100%-test covered Quadtree for golang☆41Updated 7 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Create, train, and save Tensorflow Keras models all in Golang☆51Updated 3 years ago
- ☆56Updated 4 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆118Updated last year
- A better Generic Pool (sync.Pool)☆69Updated 8 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- System V shared memory functions in pure Go.☆133Updated last year
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- Golgi is a library built on top of Gorgonia that provides neural network components☆42Updated 3 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 11 months ago
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- bebop wire format in Go☆78Updated last year
- Generic sorted map for Go with red-black tree under the hood☆66Updated 3 years ago
- One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instea…☆19Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago