Archive for August, 2009

Protocol Buffers

Tuesday, August 11th, 2009

Quick reminder:

Protocol Buffers is a serialization format with an interface description language developed by Google. The design goals for Protocol Buffers emphasized simplicity and performance. In particular, it was designed to be faster than XML.

In other words: Lightning fast data transfer between various parts of a website.