2

I am trying to calculate the levenshtein distance between multiple strings (with about million strings) at once using AQL. However, the query just freezes for hours without any progress. Is there a way to do the same in Java? I am looking for an example which can help me the best in this case of diff-ing multiple strings at once without an OutOfMemoryException.

Nowhere Man
  • 19,170
  • 9
  • 17
  • 42
Vishnukk
  • 524
  • 2
  • 11
  • 27