On Sun, Sep 16, 2012 at 8:59 PM, Michael Klishin <
michael.s.klis...@gmail.com> wrote:

> Denis Labaye:
>
> After the bug fix on ubuntu:
>>
>> denis@zeus:~/.m2$ time drip -cp ./repository/org/clojure/**
>> clojure/1.4.0/clojure-1.4.0.**jar clojure.main -e "(reduce + (range
>> 100))"
>> 4950
>>
>> real    0m0.123s
>> user    0m0.032s
>> sys     0m0.016s
>> denis@zeus:~/.m2$ time java -cp ./repository/org/clojure/**
>> clojure/1.4.0/clojure-1.4.0.**jar clojure.main -e "(reduce + (range
>> 100))"
>> 4950
>>
>> real    0m0.632s
>> user    0m0.828s
>> sys     0m0.080s
>>
>>
>> That's very very cool !
>>
>>
> I am still seeing a new JVM being started every drip run. I am testing
> Drip 0.1.7 with Lein 2 by running lein test 5 times in a row with
> LEIN_JAVA_CMD=drip in ~/.lein/leinrc, OS X, JDK 7.
>

No multiple JVM started for me (at least in my trivial tests)

drip 0.1.7




>
> MK
>
> --
> 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
>

-- 
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

Reply via email to