mikhail-kukuyev / Big-Data-Processing-AlgorithmsLinks
Contains implementations of cache-optimized and external memory algorithms.
☆11Updated 6 years ago
Alternatives and similar repositories for Big-Data-Processing-Algorithms
Users that are interested in Big-Data-Processing-Algorithms are comparing it to the libraries listed below
Sorting:
- Implemet Key-Value store using BTree☆65Updated 6 years ago
- A relational database engine using B+ tree indexing☆46Updated 4 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 5 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆45Updated 10 years ago
- Filesystem-based B+ Tree Index☆11Updated 6 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆72Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A repository containing C++11/14/17 concepts and code snippets☆96Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Code samples from https://vorbrodt.blog/☆114Updated 4 months ago
- A CLI based DBMS made using C++. It supports basic SQL Queries.☆10Updated last year
- Understanding Search Engine concepts and implementing the same using C++ and STL .☆41Updated 5 years ago
- ☆10Updated 5 years ago
- Performance Tests for string_view, C++17☆14Updated 6 years ago
- A generic connection pool☆21Updated 5 years ago
- generic, lock-free, concurrent skip list implementation☆11Updated 2 years ago
- Sort large objects with just "n" swaps using fm_sort along with your favourite sorting algorithm.☆30Updated 5 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆31Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Continuations for C++ std::future<> types☆53Updated last year
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- A simple database including Common Operators, Query Optimization, Transactions, Rollback and Recovery☆13Updated 8 years ago
- A curated list of Modern C++ idioms☆23Updated 8 years ago
- Effective Memory Reclamation☆61Updated 5 years ago
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- Inspect C++ memory in the browser☆100Updated 3 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago