Blog: java performance |
218 blogs
updated: 53 min. ago
|
||
by Mikhail Vorontsov This article covers the implementation details of String switch introduced in Java 7. It is a syntactic sugar on top of...
|
||
by Mikhail Vorontsov Introduction This article will describe the Java Mission Control – a JDK GUI tool (jmc / jmc.exe) available since Java ...
|
||
by Mikhail Vorontsov * Fastest among int-to-int map implementations I have tested in my previous article in the tests I have implemented for...
|
||
by Mikhail Vorontsov This is a major update of the previous version of this article. The reasons for this update are: The major performance ...
|
||
by Mikhail Vorontsov This small article will remind you what happens to Oracle JVM once your heap setting goes over 32G. By default, all ref...
|
||
by Mikhail Vorontsov Introduction This article will give you an overview of hash map implementations in 5 well known libraries and JDK HashM...
|
||
by Mikhail Vorontsov This article will provide you a short overview of a string deduplication feature added into Java 8 update 20. String ob...
|
||
by Mikhail Vorontsov 19 July 2014: article text cleanup, added a chapter on JDK to Trove migration. 16 July 2012: original version. This art...
|
||
by Mikhail Vorontsov 29 June 2014 update – now using JMH for testing. Added 2 ways to avoid the cost of exceptions. Made some editorial chan...
|
||
by Mikhail Vorontsov Suppose we have a large number of commands. For simplicity of writing this article, they all would be implemented as me...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler