Database
aa400.txt
Associated article: Algorithm Alley
Tags: Database Parallel Design
Published source code accompanying the article by Jon Bentley in which he examines caching, which often works well, but sometimes fails utterly. In this column, Jon examines why that happens, and what you can do about it.
Algorithm Alley
by Jon Bentley
Listing One
/* bsearch.c -- time binary search algorithms for cache effects
From Dr. Dobb's Journal, April 2000
Input lines: algnum n numtests
Output lines: algnum n numtests scrambled clicks nanosecs_per_elem
See timedriver for ...


