Intro To Performance - raisercostin/software-wiki GitHub Wiki

Books

Info

BigO notation is important on understanding when performance should be a concern and when not.

Basically is premature optimization when the BigO(n) is kept the same (meaning differ by a constant). Is not premature optimization when the BigO is changed.

Performance refers to several aspects that are described well at https://en.wikipedia.org/wiki/Computer_performance

To improve performance you can

Fundamentals

Tools

Technologies

Javascript

Reactive

⚠️ **GitHub.com Fallback** ⚠️