|
|
|
|
|
by spankalee
1684 days ago
|
|
This is not true at all. For every module you can parse out and load the module's imports in parallel. As you traverse the graph the known and loadable module frontier can grow much wider. The only way it would be serial is if every module only imported one other module. |
|