]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve performance of sqlite3VdbeRecordCompare() by using an approximation
authordrh <drh@noemail.net>
Mon, 5 Aug 2013 15:32:09 +0000 (15:32 +0000)
committerdrh <drh@noemail.net>
Mon, 5 Aug 2013 15:32:09 +0000 (15:32 +0000)
commitaf5b2af77db148fb390a9423b70229e721c0d1ba
tree4a0354c3be0639936080498a548dcff00e7eec0e
parent407ceeb84de7dfde9fcd1e69289a650e288168a9
Improve performance of sqlite3VdbeRecordCompare() by using an approximation
that might give false negatives and only running the more expensive exact
subexpression if the approximation fails.

FossilOrigin-Name: 28979dcd16f53e0ddca8eed74b668834e2856f03
manifest
manifest.uuid
src/vdbeaux.c