- Notifications
You must be signed in to change notification settings - Fork396
WIP BFS for Tagger#4987
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
WIP BFS for Tagger#4987
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Alternative to#4986. TODO:
/cc@steinybot |
steinybot commentedMay 21, 2024
I tested this and it still OOMEs. BFS alone is not enough, once a path to a dependency has been found then no longer paths should be processed otherwise we get an explosion of |
steinybot commentedMay 21, 2024
Ah correction it did eventually complete it just thrashed the GC for a few minutes. That's suprising. Maybe there was just enough memory. |
steinybot commentedMay 21, 2024
Oh what am I on about... it does have the same updated check. Hmm so what is the difference 🤔 |
steinybot commentedMay 21, 2024
A couple observations:
|
steinybot commentedMay 22, 2024
Some rough benchmarks with 6G of memory running
For comparison, my PR:
|
No description provided.