Well Nim is single threaded but runs the C compiler in parallel, one .c file is 
produced for every .nim **module**. You can influence it with 
`--parallelBuild:N`.

Reply via email to