29 Aug
2006
29 Aug
'06
2:40 p.m.
Hello, As James pointed out the right place to start with will be suffix tree algorithms. The only thing i don't know if this is going to be very time consuming ??? ######For Brian.... 1) What's the longest string you're searching for? For the moment is limited to 6 to 8 characters. 2) What's the smallest bit-width of any cpu on which you're running your code? I'm on 64 dual opteron machine 3) How familiar with string searching/matching are you? Quite familiar but was looking for a cpp library that could handle it instead of trying to rewrite things. Best, david