search - Get reasonable long subsequences in multiple files -
i have 3 files, each 6mb in size, , need know blocks common in files. blocks mean chunks of binary data 128 bytes long. unfortunately, might start anywhere. need know, in files blocks occur. i've read text longest common sequence problem problem bit different dont need longest in 2 files reasonable long in 3 files. blocks have no alignment, block of 128 bytes might start anywhere. im pretty sure quite complex perhaps knows smart solution problem, preferably existing tools.
i have vague idea of how code stupid version (compare everything everything) need result in century ;)
Comments
Post a Comment