I tried the same on a ubuntu setup. Same issue as the rest I believe. :(
time drip -cp ~/.m2/repository/org/clojure/clojure/1.4.0/clojure-1.4.0.jar 
clojure.main -e "(reduce + (range 100))"
4950

real 0m1.065s
user 0m1.420s
sys 0m0.068s

time java -cp ~/.m2/repository/org/clojure/clojure/1.4.0/clojure-1.4.0.jar 
clojure.main -e "(reduce + (range 100))"
d4950

real 0m1.063s
user 0m1.400s
sys 0m0.160s



On Monday, September 17, 2012 2:56:43 AM UTC+8, Denis Labaye wrote:
>
> 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 !
>
> On Fri, Sep 14, 2012 at 6:59 AM, Jack Moffitt <ja...@metajack.im<javascript:>
> > wrote:
>
>> >> I did just that, but I don't get any speedup with leiningen.  All I can
>> >> see is that after every leiningen command, "drip ps" shows one process
>> >> more.  For example:
>> >
>> > This is also happening for me. Is there some way to configure drip to
>> > ignore certain arguments?
>>
>> I added a way to specify options to ignore, which fixes the problem of
>> it launching multiple JVMs. Unfortunately, lein never works after the
>> first invocation; I'm guessing it's not happy about the trampoline
>> file disappearing and not coming back after the first invocation.
>>
>> Here's the non-working patch if anyone wants to try:
>> https://gist.github.com/3719891
>>
>> Any ideas?
>>
>> jack.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> 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