the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.91k stars 641 forks source link

Optimize compilation #7346

Closed monocoder closed 1 month ago

monocoder commented 1 month ago

Local testing - opt: speed option has the effect of improving running speed.

waghanza commented 1 month ago

Is it only for happyx ? Suitable for production?

monocoder commented 1 month ago

This is the basic command line switch for nim compilation, which should not only be applicable to HappyX. https://nim-lang.org/1.2.0/nimc.html#compiler-usage

waghanza commented 1 month ago

If it is suitable for production could you apply it for all nim frameworks, please ?

monocoder commented 1 month ago

OK,#7350