From 328408f6ba91a356aaec3d9a257ffc2a2380f797 Mon Sep 17 00:00:00 2001 From: questor/inter Date: Wed, 13 Aug 2014 13:50:06 +0200 Subject: [PATCH] sbe added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d96be44..2083459 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. * [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. - [website](http://msgpack.org/) * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. +* [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2] ## Web Application Framework