Neil’s Notes and Thoughts

Posts tag with `performance`:

Learning and using Erlang
May 15, 2013

Recently, I built an Erlang-based realtime messaging platform at work. This post goes into detail about Erlang’s strengths,...

Using Cython for Great Speedups
May 03, 2012

About Cython Python is a great dynamic language; it provides layers of abstractions (dynamic typing and memory management to name...