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.
☆225Updated 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
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆374Updated last year
- ☆248Updated last month
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- A highly optimized double-ended queue☆201Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 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…☆163Updated 2 years ago
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Synchronization and asynchronous computation package for Go☆276Updated 3 months ago
- ☆122Updated 2 years ago
- A go in-memory table☆230Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆329Updated 2 years ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆243Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Go implementation of C++ STL iterators and algorithms.☆193Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆356Updated 3 months ago
- Checklist for code reviews☆158Updated 4 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆316Updated 2 weeks 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.☆262Updated 2 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆366Updated 2 years ago
- Cache benchmark for Golang☆76Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 11 months ago
- Generic utility functions for dealing with collections in go☆122Updated 5 months ago