me on twitter

brain of mat kelcey


erlang profiling

April 22, 2009 at 11:32 AM | categories: erlang, profiling | View Comments

i just found fprof, the erlang profiler by randoming clicking around the erlang man page listtry123fprof:apply(Module, Function, Args).fprof:profile().fprof:analyse().for an interesting breakdown of a call...
Read and Post Comments

the median of a trillion numbers

November 15, 2008 at 11:31 AM | categories: erlang, algorithms, ec2 | View Comments

i got asked in an interview once “how would find the median of a trillion numbers across a thousand machines?”the question has haunted me, until now.here’s my ruby and erlang implementation with a bit of running amazon ec2 thrown in for good measure….. matpalm.com/median/grab the code from github...
Read and Post Comments

old projects...