Database
menico.lst
Associated article: Faster String Searches
Tags: Database Parallel
_FASTER STRING SEARCHES_
by Costas Menico
[LISTINÇ ONE]
;====================================================================
; Faster string search routine to substitute the POS()
; function in Turbo Pascal 4 or 5. Based on the Boyer-Moore
; algorithm.
; Program author: Costas Menico.
; Declare as follows:
; {$F+}
; {$L search.obj}
; function posbm(pat,...


