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
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆369Updated last year
- ☆121Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- A highly optimized double-ended queue☆198Updated last year
- 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
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆244Updated 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
- ⚡️ lock-free utilities in Go☆157Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆134Updated 3 weeks ago
- Simple dense bitmap index in Go with binary operators☆334Updated 2 weeks ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆306Updated 3 weeks 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
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- High Availability Raft Framework for Go☆635Updated last month
- ☆239Updated 3 weeks ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆289Updated last year
- Checklist for code reviews☆157Updated 4 years ago
- 🐺 A Lightweight Cloud Native API Gateway.☆131Updated last week
- Zero-allocation type-safe pool for Go☆234Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆350Updated last year
- Cache benchmark for Golang☆72Updated last year
- Load file-backed memory☆122Updated 2 years ago
- Concurrency toolkit for Go☆210Updated 10 months ago
- The `io_uring` library and runtime for GO☆131Updated last month
- Generic utility functions for dealing with collections in go☆123Updated last month
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year