Re: [sword-devel] optimizations

2002-02-14 Thread David White
When I have a little more time, I will look over this in more detail, but an obvious small change to me is the function SWModule::filterBuffer. It contains the following code: FilterList::iterator it; for (it = filters->begin(); it != filters->end(); it++) { (*it)-

Re: [sword-devel] optimizations

2002-02-13 Thread Daniel Glassey
On Wednesday 13 Feb 2002 11:48 pm, you wrote: > Then I will start an > optimization pass. Seems we really need this as our .4 second, complete > bible search is up to about 2.9 seconds on my 1.13GHz laptop :) We'll > get it back down, Lord willing. Hi, I've attached a file showing the main culp