June 12, 2011
Every other new OSS project is now awesome, fast, robust or even battle-hardened. If you really want your OSS project to outlive a swarm of retweets over a day, here is some advice: Think of some concrete scenarios to help us understand what is awesome/fast/robust/whatever about your stuff. Write tests for those scenarios. Publish your [...]
Read the full article →
June 9, 2011
I came across MessagePack from multiple sources in recent weeks. MessagePack claims to be a "binary-based efficient object serialization library". The bar chart on MessagePack’s site claims that MessagePack is four timers faster than JSON serialization and deserialization. Really? If true, it is able to optimize for both speed and space at the same time. [...]
Read the full article →