Libraries are cool: don’t reinvent the wheel, don’t repeat yourself, compile once run everywhere… The list of buzzwords could go on!
However it’s often not long before libraries turn into…
dependency hell!
Continue reading
Libraries are cool: don’t reinvent the wheel, don’t repeat yourself, compile once run everywhere… The list of buzzwords could go on!
However it’s often not long before libraries turn into…
dependency hell!
Continue reading
Google’s Protocol Buffers is a structured way to serialize data.
Think JSON, on steroids.
We are going to discuss a testing method,
to fill Protobuf messages with random data,
using reflection and Boost.Random.
Continue reading
Google’s Protocol Buffers is a structured way to serialize data.
Think JSON, on steroids.
We are going to discuss advanced Protobuf usage. In this article:
dynamic messages & descriptor pools
Continue reading
Google’s Protocol Buffers is a structured way to serialize data.
Think JSON, on steroids.
We are going to discuss advanced Protobuf usage.
Continue reading