Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix index lookup bug and de-magic indexing #125

Merged
merged 1 commit into from
Jan 17, 2018
Merged

fix index lookup bug and de-magic indexing #125

merged 1 commit into from
Jan 17, 2018

Conversation

evanmcc
Copy link
Contributor

@evanmcc evanmcc commented Jan 17, 2018

there were a few more places where we needed to fetch the larger amounts. this wasn't causing any corruption to the index, it was just causing some bad and failed index lookups, which would all fail back to a slow scanning path, or return and index that was far too low for larger files.

I also took the opportunity to add some defines to hopefully make the code clearer and make it easier to change in the future, if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants