Hacker's Delight
From Wikipedia, the free encyclopedia
Hacker's Delight (ISBN 978-0-201-91465-8) by Henry S. Warren, Jr., is a book published by Addison-Wesley Professional July 17, 2002. It discusses a variety of programming algorithms for common tasks involving integer types, often with the aim of performing the minimum number of operations or replacing slow operations by faster ones (e.g., converting a divide by a constant into a multiply by another constant that gives the same result).
The book is currently in its seventh printing.
[edit] External links
| This article about a computer book or series of books is a stub. You can help Wikipedia by expanding it. |