]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Try to use a heap to make coalescence of adjacent free slots faster when deadend
authordrh <>
Fri, 7 Apr 2023 11:55:58 +0000 (11:55 +0000)
committerdrh <>
Fri, 7 Apr 2023 11:55:58 +0000 (11:55 +0000)
commit9cfefbd2c31206ec410434c299a3a0b176b0d714
treef4e1c7720aced28802d424070a4aa3db33401f86
parent50dc8d972086dfbbc3ef3c7f664d58b5c44c4ac8
Try to use a heap to make coalescence of adjacent free slots faster when
freeing space on a btree page.  Turns out that the overhead of managing
the heap overwhelms any performance gain and the result is slower.

FossilOrigin-Name: 5d7e833f25051000d24797bc3875aaaed8f2bdb3b9aa1ce3f4f466a7dcd923b8
manifest
manifest.uuid
src/btree.c