uber / h3-java

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

Performance of a non-throwing API #107

Open isaacbrodsky opened 2 years ago

isaacbrodsky commented 2 years ago

Having an API which returns null or something similar instead of throwing may be useful for performance reasons. We should benchmark and see.