JavadocMD / simplelatlng

A simple, lightweight library for common latitude and longitude calculation needs in Java.
90 stars 20 forks source link

Faster hashCode using the Effective Java method. #14

Closed JavadocMD closed 2 years ago

JavadocMD commented 2 years ago

Caching the hashCode value in the object is a slow-down in my tests.