]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Bias the b-tree binary search toward the high end. The common case is to
authordrh <drh@noemail.net>
Thu, 29 Mar 2007 04:43:26 +0000 (04:43 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Mar 2007 04:43:26 +0000 (04:43 +0000)
commitf1d68b30965c54bf8dc5e1335fb9761ac137d879
treec1f8fa7fe6f7579744f92401dd8bf7865e77ca45
parentb7bac723505b0a706de67562254684772a391171
Bias the b-tree binary search toward the high end.  The common case is to
append data and this heuristic makes append run much faster because there
are fewer comparisons. (CVS 3740)

FossilOrigin-Name: a9877f616b24737152627841fcbd80cc28426f1e
manifest
manifest.uuid
src/btree.c