From 3d92bb051e2e72fc2d275081ad2451527ca29754 Mon Sep 17 00:00:00 2001 From: Ruslan Golovinskii <42336163+golxzn@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:48:33 +0300 Subject: [PATCH] Add zpp::bits serialization library to the list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For more information take a look at this cool video: https://www.youtube.com/watch?v=G7-GQhCw8eE&ab_channel=CppCon I propose, this library has honor to be in this list at least as the fastest serialization library which is written on C++20 🚀 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71ecf4043..d3dd26163 100644 --- a/README.md +++ b/README.md @@ -911,6 +911,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2] * [upb](https://github.com/protocolbuffers/upb) - A small protobuf implementation in C. [BSD] * [YAS](https://github.com/niXman/yas) - Very fast **Y**et **A**nother **S**erialization library supports the binary/text/json formats. [Boost] +* [zpp_bits](https://github.com/eyalz800/zpp_bits) - Actually, the fastest modern **S**erialization library. Just check [this video](https://www.youtube.com/watch?v=G7-GQhCw8eE&ab_channel=CppCon). ## Sorting