A reminder to benchmarkers
Posted Feb 27, 2007 0:52 UTC (Tue) by
BrucePerens (guest, #2510)
Parent article:
Ruby Performance (Linux Journal)
These days, memory bandwidth is a crucial factor for real applications, and may not be captured in benchmarks. If you are writing about performance, you should present some material on locality-of-reference and memory usage.
My Rails applications seem to fragment the heap over time, without obvious leaks (I've looked pretty thoroughly). And thus I think there's room for experimentation with the memory allocator running under Ruby.
Bruce
(
Log in to post comments)