My Articles
Performance Posts
Posted on Aug 25, 2022
In category programming with tags javascript typescript performance
Web bundlers such as Webpack are a great tool to deploy web apps, but for more complex programs, bundle size can quickly become an issue.
Read More!Posted on Dec 28, 2020
In category programming with tags javascript typescript performance
JavaScript as a language is heavily asynchronous, with promises being deeply integrated. While this is sometimes the best solution, can the overhead of promises pose a problem for hot code?
Read More!Updated on Feb 27, 2021 | First posted on Mar 1, 2020
In category programming with tags javascript typescript performance tutorial
JavaScript may not seem to be the ideal language to manipulate large amounts of data. This post goes over a few key problem areas and how you can avoid them.
Read More!Updated on Jan 10, 2021 | First posted on Nov 30, 2019
In category minecraft with tags minecraft servers performance tutorial
A common tool for finding lag on Minecraft servers moment is Timings. But there is more than meets the eye when it comes to Timings report, and they're not always able to tell you what is causing lag.
Read More!Updated on Mar 14, 2021 | First posted on Dec 27, 2016
In category programming with tags java performance
Exceptions are commonly used for flow control in Java, but how well do they perform compared to return values?
Read More!