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☆236Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- A highly optimized double-ended queue☆189Updated 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.☆202Updated 5 months ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- ☆117Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆363Updated last year
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- Simple dense bitmap index in Go with binary operators☆321Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months 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…☆158Updated 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.☆251Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆130Updated 6 months ago
- Tool to visualize the graph of embedded structs in Go projects☆227Updated 6 months ago
- ☆220Updated last week
- Adaptive Radix Trees implemented in Go☆383Updated last month
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆282Updated last month
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆241Updated 2 years ago
- Checklist for code reviews☆155Updated 3 years ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 weeks ago
- Go port of Google's Swiss Table hash table☆384Updated 7 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- The size of variable at runtime☆145Updated 6 months ago
- Cache benchmark for Golang☆69Updated last year
- some data structures and algorithms using golang☆69Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆281Updated 2 years ago
- A go in-memory table☆228Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆346Updated 9 months ago