Ruby global method cache invalidation impact on a single and multithreaded apps
Do you know what Ruby global method cache is? No? Well you should, because the way it works can have a serious impact on software that you develop. You can check some single and multithreaded benchmarking that I did together with their results here: http://dev.mensfeld.pl/2015/04/ruby-global-method-cache-invalidation-impact-on-a-single-and-multithreaded-applications/
Post a comment