xdrop / fuzzywuzzy

Java fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java
GNU General Public License v2.0
822 stars 118 forks source link

Java heap space comparing long Strings with partialRatio #75

Open BorjaRobles opened 5 years ago

BorjaRobles commented 5 years ago

Im trying to compre long string with partialRatio and I always get java.lang.OutOfMemoryError: Java heap space