Management Hour - Interviewing

Interviews should be:

As such, here are some things to keep in mind:

 
3
Kudos
 
3
Kudos

Now read this

Reading large files in Ruby

I needed to slurp up some very large files into a ruby app recently and noticed some interesting behaviour in IO.foreach method. While it is supposed to read file line by line without loading it up into memory, memory usage is quite... Continue →