Avoid pesky segmentation faults in Ruby native extensions! Join Jeremy Evans to learn the correct use of the Ruby C API to ensure memory is freed when…
Looking to optimize some critical Ruby code with a native extension? Join veteran library maintainer Jeremy Evans for a demonstration of how to write …
Join guest chef Chris Seaton for a lightning introduction to the tricks of just-in-time optimization. See how future Ruby implementations will enable …
Join guest Chris Seaton in part 1 of a 2-part exploration of how code expressiveness and efficiency can sometimes be at odds, and what language implem…
Today's is another threading episode. This time around, we tackle the subject of "atomicity", and learn about the false assumption at the root of many…