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 <j...@metajack.im> 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 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