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

Make more use of generic types wherever we're initializing concrete implementations #11

Open
k2bd opened this issue Jul 12, 2023 · 0 comments
Labels

Comments

@k2bd
Copy link
Owner

k2bd commented Jul 12, 2023

E.g. instead of instantiating a WriteableHashTableBlockPage directly in HashTable I should be instantiating whatever implementation of IHashTableBlockPageWrite our table is using based on a generic. That's why these interfaces exist.

@k2bd k2bd added the cleanup label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant