massenz / distlibLinks
Implementation of popular Distributed Systems algorithms in C++
☆23Updated 7 months ago
Alternatives and similar repositories for distlib
Users that are interested in distlib are comparing it to the libraries listed below
Sorting:
- A curated list of Modern C++ idioms☆22Updated 8 years ago
- ☆144Updated 2 weeks ago
- The presentations of C++Now 2019.☆92Updated 5 years ago
- C++ High Performance, published by Packt☆256Updated 2 years ago
- Very fast lock-free queue (thread safe)☆153Updated 6 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆106Updated 10 months ago
- Concurrency with modern C++☆31Updated 4 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆121Updated last year
- The Art of Writing Efficient Programs, published by Packt☆319Updated last year
- The source code to my book "The C++ Standard Library".☆36Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- Lightweight structured concurrency for C++20☆130Updated this week
- C++ Templates - The Complete Guide, 2nd Edition☆143Updated 7 years ago
- A fast work-stealing queue template in C++☆311Updated last year
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- Slides for the C++ on Sea conference☆108Updated last year
- This is the code repository for my book "C++20 - Get the Details"☆97Updated last year
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆81Updated last year
- Technical Note: From C++98 to C++2x☆143Updated last month
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 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…☆71Updated last year
- Code from Implementing Useful Algorithms in C++ by Dmytro Kedyk☆131Updated 6 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆306Updated this week
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- C++ light-weight Thread Pool library☆97Updated 4 months ago
- ☆164Updated 3 months ago
- Experiments with the C++ programming language.☆141Updated 3 weeks ago
- gRPC C++ bidirectional streaming example☆50Updated 4 years ago