Re: A performance issue in 'restrict'

2010-06-28 Thread Nicolas Lalevée
Le 19 juin 2010 à 15:05, Nicolas Lalevée a écrit : > > Le 15 juin 2010 à 18:38, Matt Benson a écrit : > >> On 6/15/10, Nicolas Lalevée wrote: >>> On Monday 14 June 2010 20:01:08 Matt Benson wrote: Hi, Nicolas: [SNIP] > I looked into the code, it seems > org.apache

Re: A performance issue in 'restrict'

2010-06-19 Thread Nicolas Lalevée
Le 15 juin 2010 à 18:38, Matt Benson a écrit : > On 6/15/10, Nicolas Lalevée wrote: >> On Monday 14 June 2010 20:01:08 Matt Benson wrote: >>> Hi, Nicolas: >>> >>> [SNIP] >>> I looked into the code, it seems org.apache.tools.ant.types.resources.Restrict is the culprit. It uses Ba

Re: A performance issue in 'restrict'

2010-06-15 Thread Matt Benson
On 6/15/10, Nicolas Lalevée wrote: > On Monday 14 June 2010 20:01:08 Matt Benson wrote: >> Hi, Nicolas: >> >> [SNIP] >> >> > I looked into the code, it seems >> > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses >> > BaseResourceCollectionWrapper which loads the entire underly

Re: A performance issue in 'restrict'

2010-06-15 Thread Nicolas Lalevée
On Monday 14 June 2010 20:01:08 Matt Benson wrote: > Hi, Nicolas: > > [SNIP] > > > I looked into the code, it seems > > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses > > BaseResourceCollectionWrapper which loads the entire underlying resource > > collection. > > I searched f

Re: A performance issue in 'restrict'

2010-06-14 Thread Matt Benson
Hi, Nicolas: [SNIP] > I looked into the code, it seems > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses > BaseResourceCollectionWrapper which loads the entire underlying resource > collection. > I searched for the use of BaseResourceCollectionWrapper in Ant and I think > tha