uber / h3-java

Java bindings for H3, a hierarchical hexagonal geospatial indexing system
https://uber.github.io/h3/
Apache License 2.0
283 stars 54 forks source link

Use JNI cache to improve performance #154

Closed luneo7 closed 1 month ago

luneo7 commented 1 month ago

Makes use of JNI cache of ArrayList and LatLng and used methods so we don't have to lookup those every time that we run the lib

luneo7 commented 1 month ago

/cc @isaacbrodsky @dfellis

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build #434

Details


Totals Coverage Status
Change from base Build #432: 0.0%
Covered Lines: 501
Relevant Lines: 507

💛 - Coveralls