Aleksey Shipilev — java.lang.String Catechism

Описание к видео Aleksey Shipilev — java.lang.String Catechism

Ближайшая конференция — Joker 2024, 9 октября (Online), 15–16 октября (Санкт-Петербург + трансляция).
Подробности и билеты: https://jrg.su/Ypf1HW
— —
. . . . Aleksey Shipilev — java.lang.String Catechism
Joker 2014: annual Java conference in Russia
St.Petersburg, Oct 20-21, 2014

Hardcore enterprise solutions, as well as other products, normally deal with large amount of text data. Those applications spend considerable time and memory to mess with Strings. It had been repeatedly shown that optimizing String usages will almost always give the immediate performance boosts. This is not to mention dodging OutOfMemoryErrors and the like.

In this talk, we will revisit the basic sins of working with Strings: gluttony of concatenation, wrath of substrings, greed of interning, pride of deduplication et cetera. We will also see the costs of sloth, believing JVM Almighty will do all the work for us.

Комментарии

Информация по комментариям в разработке