mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Optimization: Assuming that the index is sorted, I guess an index search can bail out as soon as target value has been found?
This commit is contained in:
@@ -348,6 +348,7 @@ typedef struct {
|
||||
int start_pos;
|
||||
int offset;
|
||||
int len;
|
||||
int rc;
|
||||
guint16 idx_starts[2000];
|
||||
unsigned char cache_value[256];
|
||||
} MdbIndexPage;
|
||||
|
Reference in New Issue
Block a user