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.☆218Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆371Updated last year
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- ☆245Updated this week
- ☆122Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years 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.☆213Updated 11 months ago
- ⚡️ lock-free utilities in Go☆160Updated last year
- Cache benchmark for Golang☆74Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Tool to visualize the graph of embedded structs in Go projects☆230Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- A highly optimized double-ended queue☆201Updated 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.☆260Updated 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…☆162Updated last year
- 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☆348Updated last month
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Checklist for code reviews☆157Updated 4 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 9 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Go implementation of C++ STL iterators and algorithms.☆191Updated 3 years ago
- A go in-memory table☆230Updated 3 years ago
- Write ahead log for Go.☆670Updated 8 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Synchronization and asynchronous computation package for Go☆255Updated last month
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- Simplified error handling in Go☆169Updated 2 years ago
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆326Updated 2 years ago