Skip to content

refactor(querying): Reduce memory allocations#1349

Merged
fb55 merged 9 commits intomasterfrom
querying-algo
Apr 29, 2023
Merged

refactor(querying): Reduce memory allocations#1349
fb55 merged 9 commits intomasterfrom
querying-algo

Conversation

@fb55
Copy link
Copy Markdown
Owner

@fb55 fb55 commented Apr 28, 2023

This PR introduces a new depth-first search algorithm that needs less memory allocations than before. Also prevents overflows such as #1316.

Fixes #1316
Fixes #1281

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 29, 2023

Coverage Status

Coverage: 97.944% (+5.6%) from 92.301% when pulling 43b95d2 on querying-algo into fe7743e on master.

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.

find() throws "Maximum call stack size exceeded" error

2 participants