Program optimization: Difference between revisions

Content deleted Content added
m Remove {{Visible anchor}} (or {{vanchor}}) per documentation - it can break section links in summaries, and cause duplicate anchors (via WP:JWB)
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 4:
{{Refimprove section|date=February 2018}}|collapsed=|section=}}
 
In [[computer science]], '''program optimization''', '''code optimization,''', or '''software optimization''', is the process of modifying a software system to make some aspect of it work more [[algorithmic efficiency|efficiently]] or use fewer resources.<ref>[[Robert Sedgewick (computer scientist)|Robert Sedgewick]], ''Algorithms'', 1984, p. 84.</ref> In general, a [[computer program]] may be optimized so that it executes more rapidly, or to make it capable of operating with less [[Computer data storage|memory storage]] or other resources, or draw less power.
 
==General==