felixguendling / cpp-serialization-benchmarkLinks
Comparison of C++ Serialization Libraries for Graph Data
☆36Updated 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:
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆66Updated 3 weeks ago
- An indirect value-type for C++☆83Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 5 months ago
- Boost.org unordered module☆86Updated 2 weeks ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated 3 weeks ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated last year
- C++11 compatible charconv☆31Updated 2 weeks ago
- A C++14 reflection library☆78Updated last week
- A header only structure of arrays container for C++☆43Updated 2 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- Container Traits for Modern C++☆28Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated this week
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- 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 3 weeks ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ Better Futures☆50Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆50Updated 3 weeks ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated 3 weeks ago
- Yet Another C++ Library☆23Updated last year
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 5 months ago