mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
It's sometimes faster but sometimes up to 2x slower to use plain recursion here. On the other hand, plain recursion won't run out of Java heap space, and it won't make unrelated computation slower by forcing all RAM data out to disk.