Don't leave easy performance wins on the table.
One of the most exciting feature of Java 16 is vector API (JEP 338) that makes it possible to take advantage of available SIMD instructions and by doing so significantly improve performance.
When reading an example from JEP documentation I was somewh...
softwarebits.hashnode.dev4 min read