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.
☆222Updated last year
Alternatives and similar repositories for MapReduce:
Users that are interested in MapReduce are comparing it to the libraries listed below
- B-tree implementation for Go☆235Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated 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.☆198Updated 4 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆363Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆250Updated last year
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆366Updated last year
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- Go port of Google's Swiss Table hash table☆334Updated 6 months ago
- Simple dense bitmap index in Go with binary operators☆319Updated last year
- 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…☆156Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- Zero-allocation type-safe pool for Go☆228Updated last year
- Tool to visualize the graph of embedded structs in Go projects☆226Updated 5 months ago
- ☆117Updated last year
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆347Updated 8 months ago
- Load file-backed memory☆121Updated 2 years ago
- Cache benchmark for Golang☆69Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆176Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated last year
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆321Updated last year
- Machine is a workflow/pipeline library for processing data☆160Updated last week
- ☆218Updated this week
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆128Updated 5 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆280Updated 2 weeks ago
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆214Updated 5 months ago
- Write ahead log for Go.☆629Updated 2 months ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- A zero-dependency generic in-memory cache Go library☆123Updated last month
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆211Updated 8 months ago