]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Save a 78 bytes of code space and a million CPU cycles in speedtest1 by
authordrh <drh@noemail.net>
Sat, 1 Apr 2017 00:20:06 +0000 (00:20 +0000)
committerdrh <drh@noemail.net>
Sat, 1 Apr 2017 00:20:06 +0000 (00:20 +0000)
commit75e96b31005447d799619926b22bcaf5b8ac68c8
tree3d95ac2a3d0f484c5cd3f18fe44354c8ab8c7d16
parent53b2459a364e312d2501f4cc366a710c52e340a3
Save a 78 bytes of code space and a million CPU cycles in speedtest1 by
storing the cell index for the leaf page in the BtCursor object in its own
field (BtCursor.ix), rather than as an entry in the BtCursor.aiIdx array.

FossilOrigin-Name: 2452f0617d1085689264b5f66681788cfe9e3b1a7b318307c93942b702a443df
manifest
manifest.uuid
src/btree.c
src/btreeInt.h