6 ms·
If you can feed inferred static types to something like Google Closure Compiler, you do get performance benefits. Also, if you're code is implicitly statically
by avik 12y ago
If you can feed inferred static types to something like Google Closure Compiler, you do get performance benefits.
Also, if you're code is implicitly statically typed (as checked by Flow) you will likely hit all the right optimizations in the underlying JavaScript VM.