]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Demonstrate a much faster sqlite3GetToken() routine by using a lookup table
authordrh <drh@noemail.net>
Mon, 8 Feb 2016 02:30:50 +0000 (02:30 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Feb 2016 02:30:50 +0000 (02:30 +0000)
commit8974331fc35a22b48ccf1ca2c709890646f10a3d
treee5838f56a193bc1b47f486985dfefff5dacbf000
parentfd0d93fd71b2c9f1f889bb2e2022a1119a2b52bd
Demonstrate a much faster sqlite3GetToken() routine by using a lookup table
to map initial token characters into a character class.  This check-in does
not work for EBCDIC.  More optimization needed.

FossilOrigin-Name: 9115baa1919584dc8ca25bbff54d3b65748a9631
manifest
manifest.uuid
src/tokenize.c