Writing Efficient Programs
Author | : Jon Louis Bentley |
Publisher | : Prentice Hall |
Total Pages | : 220 |
Release | : 1982 |
ISBN-10 | : UOM:39015000448376 |
ISBN-13 | : |
Rating | : 4/5 (76 Downloads) |
Download or read book Writing Efficient Programs written by Jon Louis Bentley and published by Prentice Hall. This book was released on 1982 with total page 220 pages. Available in PDF, EPUB and Kindle. Book excerpt: Classic on practical methods of optimizing programs: This book gives practical advice on improving the efficiency (optimizing) programs and the limits there of. While showing how to trade off speed for space or vice-versa, the author points out the limits that can be expected to gain. His list of techniques is a collection of practical approaches rather than theoretical possibilities. At 158 pages (not counting index) this book is eminently readable, accessable and useful. Clearly written and well organized this is a book to keep on your shelf for when a program needs improving. It is also a book to read before a program as a reminder not to make things complicated with optimization that aren't needed.