Re: tapestry-func on large dataset

2011-10-19 Thread Howard Lewis Ship
f JVM. > > The Guava does support Lazy operations, but its API is not that friendly. Well, it's nice to know I'm doing something right! Guava is too general purpose, whereas tapestry-func fits a specific common purpose inside Tapestry's code. Bring on the JDK closures! > >

Re: tapestry-func on large dataset

2011-10-19 Thread Richard Yunhua Sang
t; Another interesting thing is creating a new object in WeakReference seems > > much faster than usual situation, at least on Mac. > > > > Thanks, > > Richard > > > > Oct 14, 2011 at 4:49 PM, Howard Lewis Ship wrote: > > > >> On Fri, Oct 14,

Re: tapestry-func on large dataset

2011-10-18 Thread Howard Lewis Ship
t; Oct 14, 2011 at 4:49 PM, Howard Lewis Ship wrote: > >> On Fri, Oct 14, 2011 at 1:22 PM, Richard Yunhua Sang >> wrote: >> > Tapestry 5 version: 5.3-beta19 >> > >> > I love the API of tapestry-func, Today when I use tapestry-func to >> process a &

Re: tapestry-func on large dataset

2011-10-18 Thread Richard Yunhua Sang
Thanks, Richard Oct 14, 2011 at 4:49 PM, Howard Lewis Ship wrote: > On Fri, Oct 14, 2011 at 1:22 PM, Richard Yunhua Sang > wrote: > > Tapestry 5 version: 5.3-beta19 > > > > I love the API of tapestry-func, Today when I use tapestry-func to > process a > > file

Re: tapestry-func on large dataset

2011-10-14 Thread Howard Lewis Ship
On Fri, Oct 14, 2011 at 1:22 PM, Richard Yunhua Sang wrote: > Tapestry 5 version: 5.3-beta19 > > I love the API of tapestry-func, Today when I use tapestry-func to process a > file with 3 million lines, I get following exception: > > Exception in thread "main" java

tapestry-func on large dataset

2011-10-14 Thread Richard Yunhua Sang
Tapestry 5 version: 5.3-beta19 I love the API of tapestry-func, Today when I use tapestry-func to process a file with 3 million lines, I get following exception: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOfRange(Arrays.java

Re: tapestry-func

2011-08-06 Thread based2
http://tapestry.apache.org/functional-flows.html http://tapestryjava.blogspot.com/2010/06/who-wants-func-gotta-have-that-func.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-func-tp4669913p4671956.html Sent from the Tapestry - User mailing list archive at

tapestry-func

2011-08-05 Thread Михаил Слободянюк
Hi! How to use *tapestry*-*func library?* * * May be exists some examles or documentation? Mihail.