]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the Bitvec object for tracking which pages have been journalled.
authordrh <drh@noemail.net>
Mon, 18 Feb 2008 14:47:33 +0000 (14:47 +0000)
committerdrh <drh@noemail.net>
Mon, 18 Feb 2008 14:47:33 +0000 (14:47 +0000)
commitf5e7bb513c0c661a15bf83fef4c459c52f8edcac
treeef4f017fbf810b15c9a332a43e97cd93328c1460
parent2d7636e2121e011100d76b21497dcef157869517
Add the Bitvec object for tracking which pages have been journalled.
This reduces memory consumption and runs faster than the bitmap approach
it replaced. (CVS 4794)

FossilOrigin-Name: 7c57bdbcdb84d95419ec7029d2e13c593854a8d8
main.mk
manifest
manifest.uuid
src/bitvec.c [new file with mode: 0644]
src/pager.c
src/sqliteInt.h
src/test2.c
test/bitvec.test [new file with mode: 0644]
tool/mksqlite3c.tcl