首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个简单,快速和精简二进制序列化库

一个简单,快速和精简二进制序列化库

资 源 简 介

msgpackalt is a simple, fast and lite binary serialisation library for C and C++. It implements the Message Pack protocol (http://msgpack.org/) in optimised pure standard-C for speed and portability with minimal overhead, and encoded streams are binary compatible with other implementations. The Message Pack protocol itself works by interleaving the binary data you want to send with header bytes that specify its format, and therefore how to decode the stream. This produces an overhead of at most one byte per value for numeric types, and includes support for arrays, maps, strings and raw data. Unlike other implementations, you need only include a single file in your project to use it! Includes out-of-the-box C++ support for both STL and Qt4. See the Why page for an explanation of the rationale behind this implementation, and why you should consider usin

文 件 列 表

examples
dict.cpp
qdict.cpp
qsimple.cpp
sentinel.cpp
simple++.cpp
simple.c
msgpackalt.c
msgpackalt.dll
msgpackalt.h
msgpackalt.hpp
msgpackalt.lib
stdint_msc.h
VIP VIP
0.177491s