Hi, I'm interested in the differences between the default ClojureScript compile, and the {:optimizations :advanced} mode.
Aside from loading times (due to different file sizes) and memory usage (again due to different file sizes, minified field names, etc), do we expect the optimized version to execute faster? It might be argued that the client side compiler in a modern JavaScript engine will be capable of reproducing (at runtime) any of the performance optimizations that the static compiler is able to perform ahead of time. Has anyone measured this? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en