Hi Michael,

Thanks for the comments, though, I want to point out that I'm using
cake to run the program which keeps an instance of the JVM spun up at
all times. That should remove the startup time, unless I am
misunderstanding how cake works. Also, the startup time should be
constant (say a few seconds or so) so that wouldn't account for why
the program becomes "exponentially" slower when I increase the amount
of text that is processes.

Christopher

On Jul 8, 4:19 pm, Michael Klishin <[email protected]>
wrote:
> 2011/7/9 Christopher <[email protected]>
>
> > % time cake run mapper.clj < input.txt
> > real    0m3.573s
> > user    0m2.031s
> > sys     0m1.528s
>
> These numbers include JVM startup overhead (which is significant compared to
> Python startup overhead).
>
> --
> MK
>
> http://github.com/michaelklishinhttp://twitter.com/michaelklishin

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to