mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-14 11:01:07 +00:00
![NikolaiHampton](/assets/img/avatar_default.png)
Implemented the iterative two matrix row version from here: https://en.wikipedia.org/wiki/Levenshtein_distance and here: http://www.codeproject.com/Articles/13525/Fast-memory-efficient-Levenshtein-algorithm Memory usage was originally 200Gig for a couple of 100K files ~(sizeA*sizeB), now about ~(sizeB*2)...