ThesaHelp: references a-b
Topic: code optimization by special case analysis
Topic: data caching
Group: expression evaluation
Topic: code optimization
Topic: no need for efficiency
| |
Reference
Bentley, J.L.,
Writing efficient Programs, Englewood Cliffs, New Jersey, Prentice-Hall, 1982.
Google
Quotations
39 ;;Quote: space-for-time; can speed data access by storing additional information or by changing the structure
| 40 ;;Quote: can store results of executing an expensive function
| 42 ;;Quote: caching: data that is accessed most often should be the cheapest to access
| 43 ;;Quote: can delay evaluating an item until it is needed
| 51 ;;Quote: it is hard for code to take a lot of time if it isn't executed a lot; typically in a loop
|
Related Topics
ThesaHelp: references a-b (396 items)
Topic: code optimization by special case analysis (22 items)
Topic: data caching (28 items)
Group: expression evaluation (5 topics, 96 quotes)
Topic: code optimization (54 items)
Topic: no need for efficiency (28 items)
|