massenz / distlibLinks
Implementation of popular Distributed Systems algorithms in C++
☆26Updated 10 months ago
Alternatives and similar repositories for distlib
Users that are interested in distlib are comparing it to the libraries listed below
Sorting:
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Concurrency with modern C++☆32Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 2 weeks ago
- Very fast lock-free queue (thread safe)☆173Updated 3 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- A repository containing C++11/14/17 concepts and code snippets☆96Updated 7 years ago
- Example programs for Talking Async videos☆205Updated 2 years ago
- A fast work-stealing queue template in C++☆324Updated last year
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆83Updated last year
- Collection of articles, intended to analyse C/C++ related topics under a performances point of view and sometimes disrupting some best pr…☆38Updated last year
- A curated list of Modern C++ idioms☆24Updated 8 years ago
- This is the code repository for my book "C++20 - Get the Details"☆102Updated last year
- C++ Message Queuing Library and Framework☆91Updated 2 months ago
- gRPC C++ bidirectional streaming example☆51Updated 5 years ago
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- Boost.org intrusive module☆61Updated this week
- Boost.org unordered module☆85Updated 2 weeks ago
- Light-weight Thread Pool library in modern C++☆103Updated 2 weeks ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Implementation of the networking proposal P2762☆65Updated 3 weeks ago
- ☆146Updated 3 weeks ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆169Updated last year
- 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…☆74Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆112Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆155Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆211Updated 2 years ago
- Course "C++ in Detail: Common Idioms"☆25Updated last year
- The Art of Writing Efficient Programs, published by Packt☆335Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 3 months ago
- Slides for the C++ on Sea conference☆109Updated last year