Videos
RubyConf 2016 - Halve Your Memory Usage With These 12 Weird Tricks
How does Ruby allocate memory? Ever wonder why that poor application of yours is using hundreds of megabytes of RAM? Ruby's garbage collector means that we don't have to worry about allocating memory in our programs, but an understanding of how C ...