This time it's Protocol Buffers. What is it good for? To store any structured data - something like XML, but better:
- Simple. Minimalistic, nothing is over-complicated.
- Fast. Parsing, writing, checking all very efficient.
- Compact. Takes little space.
- (Of course it's available from C++, Java and Python)
- Peter uses it every day in his work (like everyone else around here).
http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html
Download from here:
http://code.google.com/p/protobuf/
Something else I use every day:
http://code.google.com/p/googletest/
No comments:
Post a Comment