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 2 years ago
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.☆221Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆377Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated 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.☆222Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 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…☆163Updated 2 years ago
- ☆123Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 7 months ago
- A highly optimized double-ended queue☆202Updated 2 years ago
- ☆258Updated last month
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Go implementation of C++ STL iterators and algorithms.☆195Updated 3 years ago
- Synchronization and asynchronous computation package for Go☆285Updated last week
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- The `io_uring` library and runtime for GO☆156Updated 8 months ago
- Load file-backed memory☆122Updated 3 years ago
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆329Updated 2 years ago
- Real-time visualization tool for Go process metrics☆476Updated 3 years ago
- Cache benchmark for Golang☆77Updated 2 years ago
- Expression evaluator for Go☆78Updated last week
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆259Updated 2 months ago
- Simple dense bitmap index in Go with binary operators☆370Updated 6 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- A go in-memory table☆229Updated 3 years ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆243Updated 3 years ago
- A better Generic Pool (sync.Pool)☆70Updated 8 months ago