mikhail-kukuyev / Big-Data-Processing-AlgorithmsLinks
Contains implementations of cache-optimized and external memory algorithms.
☆11Updated 7 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☆66Updated 6 years ago
- A repository containing C++11/14/17 concepts and code snippets☆96Updated 8 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆19Updated 5 years ago
- A CLI based DBMS made using C++. It supports basic SQL Queries.☆10Updated 2 years ago
- Performance Tests for string_view, C++17☆14Updated 6 years ago
- Inspect C++ memory in the browser☆102Updated 3 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆46Updated 10 years ago
- C++ implementations of common data compression algorithms.☆118Updated 8 years ago
- A relational database engine using B+ tree indexing☆46Updated 4 years ago
- A relatively simple implementation of the R* Tree data structure for C++☆51Updated 3 years ago
- Beginners Guide to Computer Graphics in C/C++, OpenGL, JavaFX☆124Updated 4 years ago
- A generic connection pool☆22Updated 5 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- Restful web-service library written in C++11 based on Boost.ASIO and CRUD handlers☆32Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 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…☆77Updated 2 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆20Updated 4 years ago
- A QT Based inventory management for a small organization☆13Updated 7 years ago
- Sort large objects with just "n" swaps using fm_sort along with your favourite sorting algorithm.☆30Updated 6 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆28Updated 13 years ago
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- 🏃 Python Solutions of All 27 Problems in GCJ 2020☆42Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- Consistent Hashing data structures and algorithms for C++☆40Updated 9 years ago
- Network Programming with CPP by Packt Publishing☆17Updated last year
- C++ Template Metapogramming Study Resources☆38Updated 6 years ago
- A simple database including Common Operators, Query Optimization, Transactions, Rollback and Recovery☆13Updated 8 years ago
- Understanding Search Engine concepts and implementing the same using C++ and STL .