Wow 4 minutes to compile 35,000? That is so slow. My project:
    
    
    Hint: operation successful (145834 lines compiled; 3.777 sec total; 
215.672MiB peakmem; Debug Build) [SuccessX]
    
    
    Run

Yours: 145.8 lines of code per second Nim: 38611 lines of code per second

This includes C compiler and linker time.

You have a really really slow compiler or used too many C++ templates. Nim 
should take a second to compile your entire project.

Reply via email to