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

Optimise with RefCell in Leapfrog Triejoin #12

Open
aidan-bailey opened this issue Aug 9, 2024 · 0 comments
Open

Optimise with RefCell in Leapfrog Triejoin #12

aidan-bailey opened this issue Aug 9, 2024 · 0 comments
Labels
kermit-algos An issue related to Kermit's algorithms module optimisation An issue related to optimising something refactor An issue related to refactoring

Comments

@aidan-bailey
Copy link
Owner

aidan-bailey commented Aug 9, 2024

Instead of constantly moving iterators at each depth, create a vector of RefCell's to the iterators at each depth in the constructor, then just index that.

@aidan-bailey aidan-bailey added refactor An issue related to refactoring kermit-algos An issue related to Kermit's algorithms module optimisation An issue related to optimising something labels Aug 9, 2024
@aidan-bailey aidan-bailey changed the title RefCell in Leapfrog Triejoin Optimise with RefCell in Leapfrog Triejoin Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kermit-algos An issue related to Kermit's algorithms module optimisation An issue related to optimising something refactor An issue related to refactoring
Projects
None yet
Development

No branches or pull requests

1 participant