Tuesday Jun 19
12:00 –
12:50
Graanbeurszaal
Enough java.lang.String to Hang Ourselves
Is it better to write "" + 42 or Integer.toString(42)? How much memory can you save if you intern() all of your strings? How can String Deduplication reduce your memory footprint and what does it cost? And how much memory will Java 9 Strings save in Bulgaria? What is the maximum length of a constant String? And a dynamic String? How much faster is new StringBuilder().append("Hello ").append(name).toString() than "Hello " + name? What are intrinsics and how do they relate to Strings? Are Strings really immutable? How can you efficiently create substrings? These and many more questions we will answer during this talk.
-
Full-stack Reactive Java with Project Reactor & Spring Boot 2Mark HecklerTuesday Jun 19 @ 16:10
-
Enough java.lang.String to Hang OurselvesHeinz KabutzTuesday Jun 19 @ 12:00
-
Fully Serverless, the Pros & ConsStephen ColebourneTuesday Jun 19 @ 13:50
-
Functional Programming with KotlinHadi HaririTuesday Jun 19 @ 10:50
-
Build your own Language: Why and How?Markus VölterTuesday Jun 19 @ 15:00