Skip to content

performance benchmark tool of serialization libraries written in C++.

Notifications You must be signed in to change notification settings

frsyuki/serializer-speed-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serializer Speed Test

http://github.com/frsyuki/serializer-speed-test

Overview

Performance benchmark tool of serialization libraries written in C++.

Libraries

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.

About

performance benchmark tool of serialization libraries written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published