/fundamentals-of-software-optimization

Code repository for the Fundamentals of Software Optimization blog series

Primary LanguageJava

Fundamentals of Software Optimization

This repository is the companion to the Fundamentals of Software Optimization blog series. It covers the fundamental principles, tools, and practices of optimizing software quickly and reliably.

Modules

This main branch contains only one module, foso-sut, which is dedicated to the system under test (SUT) to be optimized in this blog series. Other branches contain additional modules to effect the optimization.

Branches

This main branch contains this basic introductory information and the workflow to be optimized. There will be an additional branch added for each post in the series as they are completed.