By default, lein run will use tiered compilation, which starts faster, but
is not as fast.
https://github.com/technomancy/leiningen/wiki/Faster
On Tuesday, April 22, 2014 9:01:34 AM UTC-5, Jony Hudson wrote:
>
> I recall reading that `lein run` uses JVM options optimised for startup
> time, no
https://github.com/technomancy/leiningen/blob/master/leiningen-core/src/leiningen/core/project.clj#L415
TieredCompilation is the relevant one.
On Tue, Apr 22, 2014 at 10:01 AM, Jony Hudson wrote:
> I recall reading that `lein run` uses JVM options optimised for startup
> time, not performance
2014-04-22 16:50 GMT+02:00 Lee Spector :
>
> On Apr 22, 2014, at 10:01 AM, Jony Hudson wrote:
>
> > I recall reading that `lein run` uses JVM options optimised for startup
> time, not performance - as it's intended for use in development, not
> production. I can't seem to find where I read that t
On Apr 22, 2014, at 10:01 AM, Jony Hudson wrote:
> I recall reading that `lein run` uses JVM options optimised for startup time,
> not performance - as it's intended for use in development, not production. I
> can't seem to find where I read that though ...
Somebody with actual knowledge of w
I recall reading that `lein run` uses JVM options optimised for startup
time, not performance - as it's intended for use in development, not
production. I can't seem to find where I read that though ...
Jony
--
You received this message because you are subscribed to the Google
Groups "Clojure