[Haskell-cafe] Substring replacements

Daniel Fischer daniel.is.fischer at web.de
Mon Dec 12 04:31:49 EST 2005


Am Montag, 12. Dezember 2005 01:34 schrieben Sie:
> On 12/12/05, Daniel Fischer <daniel.is.fischer at web.de> wrote:
> > Okay, I have looked up KMP and implemented it.
> > Seems to work -- my first use of QuickCheck, too.
> > It's slower than Bulat's and Tomasz' for Branimir's test :-(,
> > but really fast for my test.
> > Undoubtedly, one can still tune it.
>
> Perhaps by using unboxed arrays...
>
> /S
>
>
> --
> Sebastian Sylvan
> +46(0)736-818655
> UIN: 44640862

I'm afraid, unboxed arrays are out of the question, because bord is 
incrementally produced :-(


Working very long
test2: <<loop>>


Cheers,
Daniel


More information about the Haskell-Cafe mailing list