Hacker News new | ask | show | jobs
by jamra 4022 days ago
Yes that makes it supremely clearer. I also found a FastSS implementation, which uses the same d-deletion neighborhood. Here it is: http://fastss.csg.uzh.ch

I am looking at a python implementation for examples.

1 comments

nice, that seems to be based upon a similar idea as the paper I mentioned (but earlier and less refined).
The paper you mentioned reduces memory consumption hugely and averages out the query and insertion time. It's a good improvement.