Tools/Libs for c/c++

来源:互联网 发布:淘宝外贸原单店 编辑:程序博客网 时间:2024/05/29 08:36

Tools/Libs for c/c++

May 2nd, 2010adminLeave a commentGo to comments

Google Protobuf: http://code.google.com/p/protobuf/
Protocol Buffers是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。现阶段支持C++、JAVA、Python等三种编程语言。 为什么不只用XML?同XML相比,Protocol buffers在序列化结构化数据方面有许多优点…

Libevent: http://monkey.org/~provos/libevent/

Libdrizzle

Gearman

MiniINI: https://launchpad.net/miniini

Arg_parser: http://www.nongnu.org/arg-parser/arg_parser.html

cxxtools: http://www.tntnet.org/cxxtools.html

libutillery: http://projects.kolabore.org/libutillery/

uthash: http://uthash.sourceforge.net/

 

 

转自:http://nosqlab.com/blog/?p=7