Popular Posts

Wednesday, November 4, 2015

Technical Bookmarks

c++ - boost serialization vs google protocol buffers? - Stack Overflow
Google protocol buffers is essentially an IDL compiler than generates code to backup or restore a data structure as described in the .proto file. It can generate code in C++, Python and Java. See Wikipedia  for details. Data backed up using one language can be read in another language.
Boost serialization is also used for backup and restore except it is restricted to C++. It supports STL containers and pointers. Hence if you are using just C++ use Boost.


 Python Extension Packages for Windows - Christoph Gohlke
Pre-built Python including Python3 packages that can be installed using pip install.



No comments: