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

Rely on numpy array to store pending ways #19

Merged
merged 1 commit into from Jun 2, 2023
Merged

Rely on numpy array to store pending ways #19

merged 1 commit into from Jun 2, 2023

Conversation

agrenott
Copy link
Owner

@agrenott agrenott commented Jun 2, 2023

Much more efficient memory-wise than massive lists of tuples, allowing to process much bigger dataset with a reasonable amount of memory.

Fixes #16

Much more efficient memory-wise than massive lists of tuples, allowing
to process much bigger dataset with a reasonable amount of memory.

Fixes #16
@codacy-production
Copy link

codacy-production bot commented Jun 2, 2023

Coverage summary from Codacy

Merging #19 (33d68ea) into master (db38f25) - See PR on Codacy

Coverage variation Diff coverage
+0.04% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (db38f25) 1442 1291 89.53%
Head commit (33d68ea) 1447 (+5) 1296 (+5) 89.57% (+0.04%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#19) 23 23 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@agrenott agrenott merged commit d40a978 into master Jun 2, 2023
7 of 8 checks passed
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.

"Killed"
1 participant