othiym23 / nonsense-benchmark

suite of servers that don't do anything very interesting, but do it very quickly (and asynchronously)
8 stars 15 forks source link

Initial Erlang implementation #14

Closed jameshwang closed 11 years ago

jameshwang commented 11 years ago

This is my first attempt at an Erlang implementation for the shootout. I'll be playing around with the code some more to get it much faster and also to stop dropping packets.

othiym23 commented 11 years ago

Hey @jameshwang / @gnarg -- if you guys want to take a stab at improving this server's performance this tutorial shows how to build a non-blocking server in Erlang. I think there's a lot of room for improvement here!