How OpenStruct can kill performance
I was looking into moving some data out of hashes and into objects, and decided to compare the performance of classes, structs, hashes and openstructs. The results were pretty interesting: http://blog.honeybadger.io/how-openstruct-and-hashes-can-kill-performance/
Post a comment