chronoxor / CppSerialization
Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JSON
☆140Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for CppSerialization
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- Ultra fast and low latency C++ Logging library with flexible configuration and high throughput in multithreaded environment☆153Updated 8 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆295Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- C++ serializers benchmark with realistic data☆118Updated last year
- Simple resource pool for recycling resources in C++☆64Updated 4 months ago
- An async redis client designed for performance and scalability☆230Updated this week
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- C++ framework for rapid server development☆76Updated 9 months ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆55Updated 4 years ago
- Event loop friendly C++ actor micro-framework, supervisable☆349Updated last month
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆118Updated 10 months ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 5 months ago
- Priority-based Task Scheduling for Modern C++☆85Updated 3 years ago
- A fast work-stealing queue template in C++☆295Updated 9 months ago
- Boost.org signals2 module☆77Updated this week
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆70Updated 2 months ago
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- Library for Asynchronicity, Serialization and Remoting☆72Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆79Updated 2 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- A C++ QUIC and HTTP/3 library based on lsquic and boost::asio☆63Updated 11 months ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆135Updated 5 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- Coroutines for C++20 & asio☆228Updated this week