glossarysh.github.io/_topic/optimization.markdown
2019-06-04 10:02:26 +01:00

539 B

layout title description website
topic Optimization Optimization is the process of modifying software to allow it to do the same work with less resources.

Optimization is the process of modifying software to allow it to do the same work with less resources.

In practice, this could involve:

  • Changing how code works to make it complete its operations faster.
  • Adding additional code that improves performance by reducing the programs overall dependency on slow resources, such as hard drive access or network access.