Ask questions and see you on 15th December at 8pm CET: youtube.com/c/bienadam
Also check out the latest episode:
Please keep the questions as short and as concise as only possible. Feel free to ask multiple, shorter questions. I will also answer some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events will also be announced at meetup.com/airhacks
New: The airhacks.tv discord server: discord.gg/airhacks

Many people claim that C++ is faster than Java. However, Java has the advantage of the Hotspot VM. In a benchmark that I wrote (sorting a large array of random strings) Java turned out to be about 3 times faster. Did you ever write a benchmark to compare Java and C++ for yourself?