RubyConf 2015 - Writing concurrent libraries for all Ruby runtimes by Petr Chalupa
About this talk
Writing concurrent libraries for all Ruby runtimes by Petr Chalupa Have you ever wondered how to use all of your cores? The talk will take you on a path of writing a simple concurrent class. We'll start with a basic implementation and gradually improve it based on presented problems and newly learned facts. Our final solution will behave well in the face of concurrency and execute consistently on all Ruby implementations. We’ll investigate various Ruby runtime differences that we’ve abstracted away with the synchronization layer of the concurrent-ruby gem. We'll go down to JRuby extensions, even volatile fields and compare-and-swap operations.
Stay Updated
Get notified about new features and conference additions.