Hacker News new | ask | show | jobs
by juststeve 1517 days ago
what's the total running time? ms/sec/minutes/hours? is it heavy IO bound?
1 comments

A few minutes.

It's not heavily IO-bound — it's mostly memory-bound (it's a type-checking tool for very large codebases).

Further (painful) optimisations will likely involve the use of arenas to prevent so many atomic de-allocations.