[comp.lang.pascal] Efficient substring search routines

MATHRICH@umcvmb.missouri.edu (Rich Winkel UMC Math Department) (02/08/91)

Not to toot my own horn, but the fastest POS routine I know
of is in my STRINGS unit, archived on simtel20 as TPSTR121.ARC.
It runs about 10 times faster than the POS function in TP 5.0, twice
as fast as POSBM.  About 30 other string functions in the unit, all
written in assembler.

Rich