]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplification to the insertCell() routine in btree.c, resulting in a
authordrh <drh@noemail.net>
Sat, 11 Oct 2014 17:22:55 +0000 (17:22 +0000)
committerdrh <drh@noemail.net>
Sat, 11 Oct 2014 17:22:55 +0000 (17:22 +0000)
commitd6176c413164d7ea4240af9be56889a0461715be
treeb077e9c91754c950b4b2d1a9ebeb9e955bf7d82e
parent8683e08676d96538bc2cb05d04cbff4db110f890
Simplification to the insertCell() routine in btree.c, resulting in a
performance boost and a very small size decrease.  It turns out that the
extra work involved in sometimes avoiding an memcpy() of the first four bytes
of a record takes more time than just unconditionally copying those
four bytes.

FossilOrigin-Name: 66de15580d3c289601e67debfe1edee286f4db5f
manifest
manifest.uuid
src/btree.c