You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current NGrams implementation carries with it a custom hashCode and equals method, which might just as well be handled with a case class. We should investigate whether the additional complexity is worth it by running some benchmarks against a case class version and some against the current implementation.
The text was updated successfully, but these errors were encountered:
The current NGrams implementation carries with it a custom hashCode and equals method, which might just as well be handled with a
case class
. We should investigate whether the additional complexity is worth it by running some benchmarks against a case class version and some against the current implementation.The text was updated successfully, but these errors were encountered: