NikolaiHampton 2c50dd0c59 Memory efficient implemenation of Levenshtein Distance for radiff2 (add -V)
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)...
2016-05-26 11:03:01 +02:00
..
2016-04-25 23:09:39 +02:00
2016-05-24 15:39:13 +02:00
2016-05-23 11:25:44 +02:00
2016-05-17 10:36:33 +02:00
2015-10-14 21:26:26 +02:00
2016-05-11 20:46:24 +02:00
2016-04-25 16:52:36 +02:00
2015-11-01 11:43:05 +01:00