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
- B-tree implementation for Go☆235Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆365Updated last year
- Go implementation of C++ STL iterators and algorithms.☆190Updated 3 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆365Updated 2 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆284Updated 2 months ago
- A highly optimized double-ended queue☆193Updated 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.☆206Updated 6 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
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- The `io_uring` library and runtime for GO☆127Updated 2 years ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆131Updated 8 months ago
- ☆118Updated last year
- Write ahead log for Go.☆645Updated 4 months ago
- 🐺 A Lightweight Cloud Native API Gateway.☆132Updated last week
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆213Updated 11 months ago
- Serialized Roaring Bitmaps☆276Updated last year
- A Golang package for doing a deep copy for (just about) anything☆148Updated 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.☆255Updated last year
- Fast Concurrent / Parallel Sorting in Go☆136Updated 10 months ago
- A better Generic Pool (sync.Pool)☆54Updated 2 months ago
- Simple dense bitmap index in Go with binary operators☆324Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 2 years ago
- some data structures and algorithms using golang☆69Updated last year
- Tool to visualize the graph of embedded structs in Go projects☆228Updated 7 months ago