You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cljs-in-cljs compile is slower than the regular ClojureScript compiler. I suspect there are some low hanging fruit that could be addressed easily to increase performance. Using profiling tools might reveal some areas to address.
Also, another area of interest would be to add support for output of asm.js code: http://asmjs.org/, http://asmjs.org/spec/latest/ This could potentially result in significant speedups especially for the persistent data structure implementations.
The text was updated successfully, but these errors were encountered:
The cljs-in-cljs compile is slower than the regular ClojureScript compiler. I suspect there are some low hanging fruit that could be addressed easily to increase performance. Using profiling tools might reveal some areas to address.
Also, another area of interest would be to add support for output of asm.js code: http://asmjs.org/, http://asmjs.org/spec/latest/ This could potentially result in significant speedups especially for the persistent data structure implementations.
The text was updated successfully, but these errors were encountered: