David-Haim-zz / concurrencpp
C++ Concurrency library!
☆26Updated 6 years ago
Alternatives and similar repositories for concurrencpp:
Users that are interested in concurrencpp are comparing it to the libraries listed below
- Additional functionality built on top of (Boost.)Asio☆26Updated 2 months ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated 2 weeks ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Mutex implementations and utilities☆31Updated 8 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 7 months ago
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 9 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- WIP☆26Updated 5 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆36Updated 6 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional