/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
"The lessons here are: 1. Temporary strings and temporary objects will stockpile. Just because you leave a method doesn't mean they are gone.... 2. Arrays, hashes, objects are memory cheap. Worry about your strings. Do you have string corpses everywhere? 3. Build your object from all the pieces, avoiding temporary objects as much as possible. Then, when you're done with it, toss the big object out of scope at once!"
URL: http://whytheluckystiff.net/articles/theFullyUpturnedBin.html