cdmh / mapreduce
C++ MapReduce Library for efficient multi-threading on single-machine
☆332Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for mapreduce
- STXXL: Standard Template Library for Extra Large Data Sets☆484Updated 10 months ago
- A C++ implementaton of MapReduce without distributed filesystem☆266Updated 7 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆325Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ library for executors☆494Updated 8 years ago
- Various open addressing hashmap algorithms in C++☆255Updated 2 years ago
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- Bloom filters for C++11☆355Updated 2 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 6 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 8 years ago
- High performance C++11 thread pool☆568Updated 4 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆366Updated 4 years ago
- Boost.org thread module☆203Updated this week
- STL-style C++ skip_list container☆86Updated 2 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆244Updated 11 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆518Updated 7 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆793Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆139Updated last year
- Thrill - An EXPERIMENTAL Algorithmic Distributed Big Data Batch Processing Framework in C++☆578Updated last year
- A STL allocator that mmaps files☆242Updated 3 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆490Updated last year
- userland threads☆464Updated this week
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 2 months ago
- A feature complete LRU cache implementation in C++☆237Updated 4 years ago
- C++ Base Library for serverside development