BWbwchen / MapReduceLinks
An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single machine and multiple processes on a single machine right now.
☆223Updated last year
Alternatives and similar repositories for MapReduce
Users that are interested in MapReduce are comparing it to the libraries listed below
Sorting:
- B-tree implementation for Go☆239Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆210Updated 9 months ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆258Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆338Updated last month
- ⚡️ lock-free utilities in Go☆158Updated last year
- ☆121Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆370Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated last month
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- A highly optimized double-ended queue☆200Updated last year
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- A Golang package for doing a deep copy for (just about) anything☆147Updated last year
- Go implementation of C++ STL iterators and algorithms.☆190Updated 3 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- ☆241Updated 2 weeks ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆244Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆310Updated last month
- some data structures and algorithms using golang☆69Updated last year
- LRU cache using go generics☆119Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Checklist for code reviews☆157Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated 11 months ago
- Adaptive Radix Trees implemented in Go☆391Updated 6 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆351Updated last year
- High Availability Raft Framework for Go☆636Updated 2 months ago
- Concurrency toolkit for Go☆213Updated 10 months ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- 🐺 A Lightweight Cloud Native API Gateway.☆131Updated last month