Me4502's Blog
Performance Posts

Posted on December 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 February 27, 2021; Posted on March 01, 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 January 10, 2021; Posted on November 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 March 14, 2021; Posted on December 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!