Re: Performance trouble with Processing jar

2014-03-29 Thread tamichan
ght all the lines which need attention. > > Hopefully it's as simple as that, but I would have expected quil to have > type hints already, so possibly not... > > Adam > > > Adam > > > On Sat, Mar 29, 2014 at 6:20 AM, tamichan > > wrote: > >> Hi All >

Performance trouble with Processing jar

2014-03-29 Thread tamichan
Hi All I'm writing graphic clojure code with Processing jars. When I wrote heavy draw code, I found clojure code is slower than an equivalent of java. Probably, the cause is java method call. I call processing drawing method thousands times per one frame. (.line applet x1 y1 z1 x2 y2 z2) So de