Optimise with RefCell in Leapfrog Triejoin #12
Labels
kermit-algos
An issue related to Kermit's algorithms module
optimisation
An issue related to optimising something
refactor
An issue related to refactoring
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.
The text was updated successfully, but these errors were encountered: