pemistahl / lingua

The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike
Apache License 2.0
706 stars 63 forks source link

Change Ngram to value class to reduce memory indirection #126

Closed fvasco closed 2 years ago

fvasco commented 2 years ago

Reduce Ngram memory allocation and avoid memory redirection (#101). These changes don't modify the public interface.