in reply to Re^2: finding longest common substring
in thread finding longest common substring
Note that I don't expect that a pure perl version of suffix trees will be very usable for huge strings since the memory overhead of the datastructures will just be too much. This stuff needs an XS module.
|
|---|