[Biojava-l] Is there a way to determine the query within a FeatureFilter?

2004-01-07 Thread Benjamin Schuster-Boeckler
As I understood the principle, a FeatureFilter will be used to test one Feature after the other through it's accept(Feature f) method. Now my problem is that this is _far_ too slow. I need to check millions of Features of which only a few will be selected. So what I want to do is to get the "ru

Re: [Biojava-l] Is there a way to determine the query within a FeatureFilter?

2004-01-07 Thread Benjamin Schuster-Boeckler
Benjamin Schuster-Boeckler wrote: As I understood the principle, a FeatureFilter will be used to test one Feature after the other through it's accept(Feature f) method. Now my problem is that this is _far_ too slow. I need to check millions of Features of which only a few will be selected. So w

Re: [Biojava-l] Is there a way to determine the query within a FeatureFilter?

2004-01-07 Thread Thomas Down
Once upon a time, Benjamin Schuster-Boeckler wrote: > Benjamin Schuster-Boeckler wrote: > > >As I understood the principle, a FeatureFilter will be used to test > >one Feature after the other through it's accept(Feature f) method. Now > >my problem is that this is _far_ too slow. I need to check