Artifact 1f9ef1ef7e48e1d5268036a18b7c9b5cded49879:
- File src/vdbe.c — part of check-in [32e31b9bc8] at 2015-11-05 20:25:09 on branch seekeq-experiment — The top of an index equality loop normally starts with OP_SeekGE and OP_IdxGT. This check-in adds a flag to OP_SeekGE such that it fails immediately if the key is not equal, then jumps over the OP_IdxGT, saving a call to the key comparison functions. Consider this check-in a proof-of-concept. It needs improvement before going on trunk. Some tests fail, but only because they new use fewer key comparisons than expected (which is a good thing!). (user: drh size: 221769)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.