Picture 1 of 7






Gallery
Picture 1 of 7







Have one to sell?
Hacker's Delight (2nd Edition) - Hardcover By Warren, Henry S.
US $33.95
or Best Offer
Condition:
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Pickup:
Free local pickup from San Jose, California, United States 95123
Shipping:
US $7.95 USPS Media MailTM.
Located in: San Jose, California, United States
Delivery:
Estimated between Wed, Nov 19 and Sat, Nov 22 to 94104
Returns:
Seller does not accept returns.
Payments:
Special financing available. See terms and apply now- for PayPal Credit, opens in a new window or tab
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard
Shop with confidence
About this item
Seller assumes all responsibility for this listing.
eBay item number:267332047448
Item specifics
- Condition
- Brand
- Unbranded
- Book Title
- Hacker's Delight (2nd Edition)
- MPN
- Does not apply
- ISBN
- 9780321842688
- Subject Area
- Computers
- Publication Name
- Hacker's Delight
- Publisher
- Addison Wesley Professional
- Item Length
- 9.4 in
- Subject
- Programming / General, Programming / Algorithms
- Publication Year
- 2012
- Type
- Textbook
- Format
- Hardcover
- Language
- English
- Item Height
- 1.3 in
- Features
- Revised
- Item Weight
- 31.2 Oz
- Item Width
- 6.6 in
- Number of Pages
- 512 Pages
About this product
Product Identifiers
Publisher
Addison Wesley Professional
ISBN-10
0321842685
ISBN-13
9780321842688
eBay Product ID (ePID)
117305669
Product Key Features
Number of Pages
512 Pages
Language
English
Publication Name
Hacker's Delight
Subject
Programming / General, Programming / Algorithms
Publication Year
2012
Features
Revised
Type
Textbook
Subject Area
Computers
Format
Hardcover
Dimensions
Item Height
1.3 in
Item Weight
31.2 Oz
Item Length
9.4 in
Item Width
6.6 in
Additional Product Features
Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2012-026011
Reviews
"This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth. In the ten years since the first edition came out, it's been absolutely invaluable to my work at Sun and Google. I'm thrilled with all of the new material in the second edition." -- Joshua Bloch "When I first saw the title, I figured that the book must be either a cookbook for breaking into computers (unlikely) or some sort of compendium of little programming tricks. It's the latter, but it's thorough, almost encyclopedic, in its coverage. The second edition covers two new major topics and expands the overall collection with dozens of additional little tricks, including one that I put to use right away in a binary search algorithm: computing the average of two integers without risking overflow. This hacker is indeed delighted!" -- Guy Steele, "This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth. In the ten years since the first edition came out, it's been absolutely invaluable to my work at Sun and Google. I'm thrilled with all of the new material in the second edition." Joshua Bloch "When I first saw the title, I figured that the book must be either a cookbook for breaking into computers (unlikely) or some sort of compendium of little programming tricks. It's the latter, but it's thorough, almost encyclopedic, in its coverage. The second edition covers two new major topics and expands the overall collection with dozens of additional little tricks, including one that I put to use right away in a binary search algorithm: computing the average of two integers without risking overflow. This hacker is indeed delighted!" Guy Steele, "This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth. In the ten years since the first edition came out, it's been absolutely invaluable to my work at Sun and Google. I'm thrilled with all of the new material in the second edition." - Joshua Bloch "When I first saw the title, I figured that the book must be either a cookbook for breaking into computers (unlikely) or some sort of compendium of little programming tricks. It's the latter, but it's thorough, almost encyclopedic, in its coverage. The second edition covers two new major topics and expands the overall collection with dozens of additional little tricks, including one that I put to use right away in a binary search algorithm: computing the average of two integers without risking overflow. This hacker is indeed delighted!" - Guy Steele, "This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth. In the ten years since the first edition came out, it's been absolutely invaluable to my work at Sun and Google. I'm thrilled with all of the new material in the second edition." - Joshua Bloch "When I first saw the title, I figured that the book must be either a cookbook for breaking into computers (unlikely) or some sort of compendium of little programming tricks. It's the latter, but it's thorough, almost encyclopedic, in its coverage. The second edition covers two new major topics and expands the overall collection with dozens of additional little tricks, including one that I put to use right away in a binary search algorithm: computing the average of two integers without risking overflow. This hacker is indeed delighted!" - Guy Steele
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.1
Edition Description
Revised edition
Synopsis
In Hacker's Delight, Henry Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren's hacks are eminently practical, but they're also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve. Extensive additions in this edition include A new chapter on cyclic redundancy checking (CRC), including routines for the commonly used CRC-32 code A new chapter on error correcting codes (ECC), including routines for the Hamming code More coverage of integer division by constants, including methods using only shifts and adds Computing remainders without computing a quotient More coverage of population count and counting leading zeros Array population count New algorithms for compress and expand An LRU algorithm Floating-point to/from integer conversions Approximate floating-point reciprocal square root routine A gallery of graphs of discrete functions Now with exercises and answers, "This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth." --Josh Bloch (Praise for the first edition) In Hacker's Delight, Second Edition, Hank Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren's hacks are eminently practical, but they're also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve. Extensive additions in this edition include A new chapter on cyclic redundancy checking (CRC), including routines for the commonly used CRC-32 code A new chapter on error correcting codes (ECC), including routines for the Hamming code More coverage of integer division by constants, including methods using only shifts and adds Computing remainders without computing a quotient More coverage of population count and counting leading zeros Array population count New algorithms for compress and expand An LRU algorithm Floating-point to/from integer conversions Approximate floating-point reciprocal square root routine A gallery of graphs of discrete functions Now with exercises and answers, "This is the first book that promises to tell the deep, dark secrets of computer arithmetic, and it delivers in spades. It contains every trick I knew plus many, many more. A godsend for library developers, compiler writers, and lovers of elegant hacks, it deserves a spot on your shelf right next to Knuth." --Josh Bloch (Praise for the first edition) In Hacker's Delight, Second Edition , Hank Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren's hacks are eminently practical, but they're also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve. Extensive additions in this edition include A new chapter on cyclic redundancy checking (CRC), including routines for the commonly used CRC-32 code A new chapter on error correcting codes (ECC), including routines for the Hamming code More coverage of integer division by constants, including methods using only shifts and adds Computing remainders without computing a quotient More coverage of population count and counting leading zeros Array population count New algorithms for compress and expand An LRU algorithm Floating-point to/from integer conversions Approximate floating-point reciprocal square root routine A gallery of graphs of discrete functions Now with exercises and answers, In Hacker's Delight, Second Edition , Hank Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren's hacks are eminently practical, but they're also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve. Extensive additions in this edition include A new chapter on cyclic redundancy checking (CRC), including routines for the commonly used CRC-32 code A new chapter on error correcting codes (ECC), including routines for the Hamming code More coverage of integer division by constants, including methods using only shifts and adds Computing remainders without computing a quotient More coverage of population count and counting leading zeros Array population count New algorithms for compress and expand An LRU algorithm Floating-point to/from integer conversions Approximate floating-point reciprocal square root routine A gallery of graphs of discrete functions Now with exercises and answers
LC Classification Number
QA76.6.W375 2013
Item description from the seller
Popular categories from this store
Seller feedback (5,976)
- s***i (89)- Feedback left by buyer.Past 6 monthsVerified purchaseFast shipping!! I have no idea how he got it here so fast from the west coast to the east coast! Fantastic. Great packaging, value, and as described. I bought these for my daughter who was very excited and surprised to get them. Thanks for the excellent communication.
- 7***i (1868)- Feedback left by buyer.Past 6 monthsVerified purchaseSeller was correct, brand new in box. Box must have been in back of warehouse and forgotten. Just as described and still in original cardboard for shipping. this thing was a great value and is awesome. Packaging was original too. Shipping cost was great.American Harvest Jet-Stream Oven NEW SEE VIDEO OF BOX OPENING (#267205447104)
- o***n (140)- Feedback left by buyer.Past 6 monthsVerified purchaseExcellent seller. The quality of the book was underrated, which is good. Seller rated it good. I call it- like new. Price was also well below market but accurately at true value which means this seller has integrity, a rare quality these days. Appearance of book is as good or better than picture shown. Finally, seller packaged book to protect it during shipping. Arrived ahead of schedule. 5-star seller. Added to favorites.Windows Internals: System architecture, processes, threads, memory management, a (#267312664010)
Product ratings and reviews
More to explore :
- Henry James Luxury Edition Hardcover Antiquarian & Collectible Books,
- Henry James 1st Edition Hardcover Antiquarian & Collectible Books,
- Henry David Thoreau 1st Edition Hardcover Antiquarian & Collectible Books,
- Henry David Thoreau Luxury Edition Hardcover Antiquarian & Collectible Books,
- Henry James Hardcover Books,
- Henry James Hardcovers Books,
- Henry James Study Hardcovers Prep,
- Henry David Thoreau Hardcovers Books,
- Hardcovers Books with Special Edition,
- William S. Burroughs 1st Edition Hardcover Antiquarian & Collectible Books

