Hacker News new | ask | show | jobs
by winrid 1910 days ago
Part of that is because Ruby has a very predictable, but slower, GC. Java on the other hand has multiple memory managers... some optimized for high throughput/spikes, but are much harder to predict.