felixguendling / cpp-serialization-benchmarkLinks
Comparison of C++ Serialization Libraries for Graph Data
☆35Updated 3 years ago
Alternatives and similar repositories for cpp-serialization-benchmark
Users that are interested in cpp-serialization-benchmark are comparing it to the libraries listed below
Sorting:
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- Container Traits for Modern C++☆30Updated 5 years ago
- An indirect value-type for C++☆84Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- File/Directory Watcher for Modern C++☆86Updated 2 years ago
- A fixed capacity dynamically sized string☆68Updated last week
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 4 months ago
- C++11 compatible charconv☆31Updated 2 weeks ago
- Library of backported modern C++ types to work with C++11☆89Updated 6 months ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Simple resource pool for recycling resources in C++☆71Updated 4 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆49Updated 3 weeks ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated last month
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 4 months ago
- A graph concurrent library for C++☆63Updated 2 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated last month
- C++ Better Futures☆46Updated 2 years ago
- A C++14 reflection library☆76Updated 3 weeks ago