Skip to content

Speedups#44

Merged
bnmajor merged 2 commits intomasterfrom
speedups
Apr 29, 2025
Merged

Speedups#44
bnmajor merged 2 commits intomasterfrom
speedups

Conversation

@bnmajor
Copy link
Copy Markdown
Collaborator

@bnmajor bnmajor commented Apr 29, 2025

Fixes #32

bnmajor added 2 commits April 29, 2025 15:35
Drop list comprehension in favor of ".all()" to take advantage of the data that
is already in memory. This provides ~10x speedup on my test cases.
@bnmajor bnmajor merged commit 4b3de23 into master Apr 29, 2025
1 check passed
@bnmajor bnmajor deleted the speedups branch April 29, 2025 19:44
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.

Re-think naive approach to iterating through steps

1 participant