You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
We currently do an inefficient blocking iteration similar to this:
This won't fly in larger projects as it'll be far too slow
We should see if we can parallelise (multi-thread) the work. Something like this:
ideas welcome