Using Erlang Performance Lab with a Real Project

Over the last few weeks I’ve been working on ErlangPL as my Google Summer of Code project. The part of the project I’ve been working on aimed at analysing the performance of the ETS (Erlang Term… Read more

Similar

Serving Erlang

Since OTP is such a powerful tool for creating servers, not surprising, I’m constantly installing Erlang on new hardware & virtualware. (more…)

Read more »

Simple slug generator in Erlang

In Erlang, we are going to write a small module called ‘slug.erl’ which can handle all of this. Our home-spun routine will yield a quasi-random string of characters & with that, we can let our imagination run wild with what to do with the results.

Read more »