Hi,
I need to implement a text matching algorithm, for which a search text has to be scanned among a large set of records (say 20k+) for a match. For eg: if my input text is 'ZOA-',a scan has to run and find any match from the 20k records.If my record set contains
'ZAO-', it should be returned. (Similar to google search)
I reffered 'http://code.google.com/p/google-diff-match-patch/'. But it is taking nearly 22sec to load the result.
Please help.
Thanks,
Vipin.P.C
Go to the complete details ...