top | item 31058786

(no title)

juststeve | 3 years ago

what's the total running time? ms/sec/minutes/hours? is it heavy IO bound?

discuss

order

muglug|3 years ago

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.