This #JEPCafe discusses JEP 280: Indify String Concatenation, released with JDK 9. We talk about string concatenation and formatting, both from the pattern and the performance point of view, and the performance gains you may expect. In a nutshell: this JEP gives you performance benefits by just moving from JDK 8 to JDK 17, without modifying your code!
The code is available here:
⎯⎯⎯⎯⎯⎯ Chapters ⎯⎯⎯⎯⎯⎯
0:00 Intro
0:50 What does Indify mean?
1:42 Optimizing String Concatenation with Invokedynamic
2:44 Using a StringBuilder for concatenation
4:55 Delegating concatenation to some other code
6:09 Measuring performances with JMH
7:46 Analyzing the results given by JMH
10:08 When to use a StringBuilder
11:35 Converting numbers to strings
15:30 String formatting
17:00 Outro
⎯⎯⎯⎯⎯⎯ Resources ⎯⎯⎯⎯⎯⎯
◦ ➱
◦ How to use JMH ➱
◦ JEP 280: Indify Strin
3 views
996
320
6 months ago 00:07:03 1
How to use strings ( slicing, concatenate ,formatting) in python syntax | for beginners
8 months ago 04:40:00 1
Python for Beginners – Full Course [Programming Tutorial]
8 months ago 07:07:30 1
C++ Programming Course - Beginner to Advanced
10 months ago 01:28:39 1
Learn JavaScript for Postman API testing - Full Course for Beginners
1 year ago 01:42:57 1
CS75 (продвинутый JavaScript) - Лекция 1
1 year ago 00:19:43 2
Day 5 - String in Houdini with Python | Houdini 10 Day Introduction to Python
1 year ago 01:39:25 1
Java: знакомый и не очень (Hello world ч.2)
2 years ago 00:28:01 1
Видео от Олеся Гедзя
2 years ago 00:13:31 1
Python variables and data types you should know as a beginner ❎
2 years ago 08:58:28 64
100+ PYTHON PROGRAMS 😲 | Python Programs For Beginners | Python Tutorial For Beginners
2 years ago 00:15:00 1
Learn PHP in 15 minutes
2 years ago 01:40:55 3
#9 Working on Tensorflow Image Classification with Transfer Learning - ML Experiments
3 years ago 00:17:24 3
String Concatenation - JEP Café #7
3 years ago 00:50:06 2
Reid Evans - Abstract Algebras and Where to Find Them Magmas, Monoids, and More! - λC 2018
3 years ago 01:51:20 26
PYTHON TUTORIAL Full Course for Beginners in ONE Video || Python for Machine Learning, Data Science
5 years ago 00:25:48 1
13 | Working with Strings
5 years ago 00:04:09 1
Formatting Strings | Python for Beginners [11 of 44]
5 years ago 00:13:49 1
010 JavaScript Input From User
5 years ago 00:13:32 5
Machine Learning: Dummies Variables & OneHotEncoding of All the records in just one Line of Code