A few years ago, there used to be a very easy way to optimize code. If you found out that your processor-heavy code was running a bit slower than you wanted it to, the simple solution was just to wait for the…
Continue Reading… This is the second article in the three-part series. If you missed the first one, you can find it here Celluloid has a ton more awesome tools to make concurrent programming incredibly easy in Ruby. Let’s take a look at them. Futures…
Continue Reading… The Big Project So, assuming you’ve read the previous parts of this series, you should have a somewhat working knowledge of the various parts of Celluloid. But, so far, we haven’t really covered how all of these parts come together to form…
Continue Reading…