SQLite

Check-in [bcc8b38ac7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor performance improvement in sqlite3ExprDeleteNN().
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | filter-clause
Files: files | file ages | folders
SHA3-256: bcc8b38ac75b731a4cd2873ab83f423be036467a511b617c779869de9bbb5383
User & Date: dan 2019-07-10 20:16:53.830
Context
2019-07-11
18:43
Change the parser on this branch to more closely match trunk. This saves a few more cycles. (check-in: be01b801fb user: dan tags: filter-clause)
2019-07-10
20:16
Minor performance improvement in sqlite3ExprDeleteNN(). (check-in: bcc8b38ac7 user: dan tags: filter-clause)
2019-07-05
19:10
Another very small performance improvement. (check-in: 7a1e30a17f user: dan tags: filter-clause)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/resolve.c.
Changes to src/walker.c.