]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new subclass for MemPage.xCellSize specifically for the case of a leaf
authordrh <>
Wed, 23 Feb 2022 22:56:10 +0000 (22:56 +0000)
committerdrh <>
Wed, 23 Feb 2022 22:56:10 +0000 (22:56 +0000)
commit19ae01be130ffb706dc0a095683ee13d0524d6cf
treea3ce3419ec1e6ba934e1bd65e5c9e68b10b7f64b
parent009a48e0ad49f82b63d7f4ee1dc63256b6cb4738
Add a new subclass for MemPage.xCellSize specifically for the case of a leaf
page in a B+Tree, that is optimized for that cases.  This gains a half million
cycles or more at the cost of less than 200 bytes of code space.

FossilOrigin-Name: 7ad829224adbec5d74ff9e5ab040eb2ad3e17fe45da7a2cf0cca770a0731401a
manifest
manifest.uuid
src/btree.c