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

Replace unefficient datatypes with more appropriate ones #99

Open
jrzkaminski opened this issue Dec 21, 2023 · 0 comments
Open

Replace unefficient datatypes with more appropriate ones #99

jrzkaminski opened this issue Dec 21, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jrzkaminski
Copy link
Collaborator

For example, a list of edges is now stored in a list() datatype, but a set() seems to be more appropriate and memory-efficient, since we do not need to store an order of the elements.

@jrzkaminski jrzkaminski added the good first issue Good for newcomers label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant