[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A little compression...
On May 26, 11:44 am, Pasi Ojala <alb...@mustatilhi.cs.tut.fi> wrote:
> On 2008-05-25, Harry Potter <maspethro...@aol.com> wrote:
>
> > These functions *must* be called alot, because they are called at
> > nearly every position in the input file.
>
> Then you are doing it wrong. :-)
>
> Changing the algorithm gets you a speedup, not writing it in assembler.
> Search for "string matching" and start reading. You just can't get
> any significant speedups to your brute-force matching method.
>
How do I do that?