]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3PutVarint32 routine as an alternative to sqlite3PutVarint.
authordrh <drh@noemail.net>
Sat, 5 Apr 2008 18:41:42 +0000 (18:41 +0000)
committerdrh <drh@noemail.net>
Sat, 5 Apr 2008 18:41:42 +0000 (18:41 +0000)
commit35b5a33e24ba72108395935b9d9a353821831f5f
tree2dfa0f928dd9a57fbe22363ff519fec33cd35618
parent335d29d20888bf10577656404ced4191e8d0aa99
Add the sqlite3PutVarint32 routine as an alternative to sqlite3PutVarint.
Gives 0.5% speed increase. (CVS 4968)

FossilOrigin-Name: b2517a7d8f7275943d44cc301f9d54fc8a4653e7
manifest
manifest.uuid
src/sqliteInt.h
src/tokenize.c
src/util.c
src/vdbe.c