#compiler
Read more stories on Hashnode
Articles with this tag
Or a story of a bad surprise. · Being abstract is something profoundly different from being vague … The purpose of abstraction is not to be vague, but to...
Or embracing modern CPU architecture. · In the previous article we've looked at how different compilers handle int isHtmlWhitespace(int ch) { return...
Or squeezing every bit of performance. · There are many reasons leverage integers instead of more expensive data structures, like strings. On top of...
Or a case of unnecessary CPU lock instruction · Compilers brought a huge productivity and performance boost thanks to their ability to translate...
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...
Just like most things, performance advice also has an expiration date and it's important to keep this in mind when applying suggestions from blog...