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

DB refactor to use new lookup tables #4

Merged
merged 5 commits into from
Mar 20, 2023
Merged

DB refactor to use new lookup tables #4

merged 5 commits into from
Mar 20, 2023

Conversation

aiongg
Copy link
Owner

@aiongg aiongg commented Mar 20, 2023

With the new lookup tables, there is no need at all for the token cache, which has been removed entirely. That had some downstream consequences for other areas that were using pointers to the cache, and those have all been resolved.

As of right now, the tests are mostly passing, the remaining errors seem to be some sort of ordering issue in candidate sorting.

@aiongg
Copy link
Owner Author

aiongg commented Mar 20, 2023

As of right now, the tests are mostly passing, the remaining errors seem to be some sort of ordering issue in candidate sorting.

The errors were due to the previous test DB being somewhat handmade and me being unable to reproduce it exactly. It's mostly sorted now, except for 2 tests, but it will probably be better to update the tests if I can't fix the test DB to match exactly what it was.

@aiongg aiongg merged commit 7986230 into master Mar 20, 2023
@aiongg aiongg deleted the db-refactor branch March 20, 2023 13:52
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.

None yet

1 participant