BWbwchen / MapReduce
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
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated 2 years ago
- B-tree implementation for Go☆237Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆132Updated 9 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆368Updated last year
- Zero-allocation type-safe pool for Go☆231Updated last year
- A highly optimized double-ended queue☆193Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆218Updated 8 months ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months 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.☆208Updated 7 months ago
- Tool to visualize the graph of embedded structs in Go projects☆228Updated 8 months ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆288Updated 3 weeks ago
- ☆118Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- ☆229Updated 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.☆256Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Go implementation of C++ STL iterators and algorithms.☆190Updated 3 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…☆160Updated last year
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆322Updated last year
- High Availability Raft Framework for Go☆619Updated last week
- Synchronization and asynchronous computation package for Go☆242Updated 7 months ago
- The `io_uring` library and runtime for GO☆127Updated last week
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆286Updated 10 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆348Updated 11 months ago
- Simplified error handling in Go☆169Updated 2 years ago
- Load file-backed memory☆120Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last year
- 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
- A zero-dependency generic in-memory cache Go library☆123Updated 4 months ago