-
Notifications
You must be signed in to change notification settings - Fork 395
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 our terms of service and privacy 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
Conversation
Alternative to #4986. TODO:
/cc @steinybot |
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 |
Ah correction it did eventually complete it just thrashed the GC for a few minutes. That's suprising. Maybe there was just enough memory. |
Oh what am I on about... it does have the same updated check. Hmm so what is the difference 🤔 |
A couple observations:
|
Some rough benchmarks with 6G of memory running
For comparison, my PR:
|
No description provided.