in reply to Re: Re: Slowness when inserting into pre-extended array
in thread Slowness when inserting into pre-extended array

re: /o
Thanks!
re: will regexp always match?
Yes - it's taken directly from some other code that reads the same file format with no problem.
  • Comment on Re: Re: Re: Slowness when inserting into pre-extended array

Replies are listed 'Best First'.
Re: Re: Re: Re: Slowness when inserting into pre-extended array
by tilly (Archbishop) on Jul 20, 2003 at 17:23 UTC
    How do you know that the other code didn't have silent errors on 5 lines out of 300,000? It is free to put a check that will blow up if you fail to match, and being in the habit of testing implicit assumptions is never a bad thing.