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 item list collections more usefully generic #588

Open
mdekstrand opened this issue Jan 3, 2025 · 0 comments
Open

Make item list collections more usefully generic #588

mdekstrand opened this issue Jan 3, 2025 · 0 comments
Labels
data Data management support.
Milestone

Comments

@mdekstrand
Copy link
Member

I would like to make item list collection an interface, that is covariant in its type (so ItemListCollection[UserIDKey] is a subtype of ItemListCollection[GenericKey]), with more than one implementation (current dictionary implementation, Pandas implementation, pyarrow table?, DuckDB, etc.).

@mdekstrand mdekstrand added the data Data management support. label Jan 3, 2025
@mdekstrand mdekstrand added this to the 2025.1 milestone Jan 3, 2025
@mdekstrand mdekstrand moved this to Todo in LensKit Overhaul Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Data management support.
Projects
Status: Todo
Development

No branches or pull requests

1 participant