ObjectPools - Performance Engineering in Java

preview_player
Показать описание
A quick guide to object pools, which help you create a faster, more stable java application (reduce GC's, skip over allocation time, provide constant access time to object of different sizes, etc).
Рекомендации по теме
Комментарии
Автор

Great presentation. I always baulked at the idea of object pools in managed runtimes like Java but this clearly shows what can be gained performance wise.

johnboy
Автор

Great presentation as always, thank you :))

gmoments
Автор

i think there's good content here, but i can't abide background muzak

mjwchapman