]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Implement the "lookaside" memory allocation cache. Use of this cache makes
authordrh <drh@noemail.net>
Mon, 28 Jul 2008 19:34:53 +0000 (19:34 +0000)
committerdrh <drh@noemail.net>
Mon, 28 Jul 2008 19:34:53 +0000 (19:34 +0000)
commit633e6d57d92e943fbd3a52ea6627e1a1d0c338b7
tree2a7a73f29836bc687d239754a4ff914cd4d46d27
parent78bd9ca86f2d3537c2384896efe9882944222656
Implement the "lookaside" memory allocation cache.  Use of this cache makes
the speed1.test script run about 15% faster.  Added new interfaces to
control the cache. (CVS 5488)

FossilOrigin-Name: e48f9697e9fea339e150ddc32940760027dd07d9
50 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/btree.c
src/build.c
src/callback.c
src/date.c
src/delete.c
src/expr.c
src/func.c
src/global.c
src/insert.c
src/legacy.c
src/loadext.c
src/main.c
src/malloc.c
src/mem6.c
src/os.c
src/parse.y
src/pragma.c
src/prepare.c
src/printf.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/status.c
src/test4.c
src/test5.c
src/test7.c
src/test8.c
src/test_malloc.c
src/tokenize.c
src/trigger.c
src/update.c
src/util.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vdbefifo.c
src/vdbemem.c
src/vtab.c
src/where.c
test/memsubsys1.test
test/speed1.test
tool/lemon.c
tool/lempar.c