|
|
|
|
|
by rudedogg
3476 days ago
|
|
How large is the codebase? I think this is usually due to type inference on dictionaries in some cases. Usually explicitly specifying the type fixes the build times. There's a tool that will tell you how long each part of your program is taking to compile so you can find the source. |
|