Hello, and welcome to a new issue of Links list! It’s been a while, so there are a lot of links this time! Hope you enjoy the selection. Pipelining operators Link to heading An interesting article about the beauty of pipelining, in multiple languages.| Andrea Bergia's Website
Welcome to the second post of my new miniseries about some of the craziest bugs I’ve had to investigate and debug throughout my career. Macros Link to heading This is another story that happened to me when working on a massive C++ code base, around a decade ago.| Andrea Bergia's Website
Hello, and welcome to a new post of Links lists! I hope you will find today’s links interesting. How large is your website? Unsurprisingly, it turns out that many websites are stupidly bloated and large. This is thanks to the ridiculous amount of advertisement, tracking, and all other bullshit that we need to endure in exchange for having tons of content for free. If only the content you pay for didn’t have these sorts of things…| andreabergia.com
This post is part of the Future Java Releases series. In this third and last post in the future of Java series, we will focus on another great new feature of the JVM, designed to improve performance. But, before talking about the language and JVM evolution, I am going to give you some background on what this enhancement plans to improve. Value classes and primitive wrappers It is pretty common, in Java and in OOP languages in general, to talk about value classes.| andreabergia.com