On Wed, 2 Feb 2000, Mark Guzdial wrote:

> Have you changed the underlying search mechanism at all?  By that I 
> mean, used indexing or something else to speed it up?

No - I simply added a caseSensitive: argument to all relevant methods. The
mechanism is the same. It's as fast as the old code because it results in
calling the same primitive that uses a match table.

  -Bert-

Reply via email to