Skip to content

wjdqhry/h3o-js

Repository files navigation

h3o-js


h3o-js is a JavaScript/TypeScript library that wraps the H3o.

H3o is a Rust implementation of the H3 geospatial indexing system.

Benchmarks

latLngToCell

┌─────────┬────────────────────┬──────────────────────┬─────────────────────┬────────────────────────────┬───────────────────────────┬─────────┐
│ (index) │ Task name          │ Latency average (ns) │ Latency median (ns) │ Throughput average (ops/s) │ Throughput median (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────────┼─────────────────────┼────────────────────────────┼───────────────────────────┼─────────┤
│ 0       │ 'latlngToCell-H3o' │ '271.92 ± 0.03%'     │ '250.00'            │ '3714872 ± 0.01%'          │ '4000000'                 │ 3677600 │
│ 1       │ 'latlngToCell-H3'  │ '599.09 ± 0.13%'     │ '583.00'            │ '1689634 ± 0.01%'          │ '1715266'                 │ 1669195 │
└─────────┴────────────────────┴──────────────────────┴─────────────────────┴────────────────────────────┴───────────────────────────┴─────────┘

cellToLatLng

┌─────────┬────────────────────┬──────────────────────┬─────────────────────┬────────────────────────────┬───────────────────────────┬─────────┐
│ (index) │ Task name          │ Latency average (ns) │ Latency median (ns) │ Throughput average (ops/s) │ Throughput median (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────────┼─────────────────────┼────────────────────────────┼───────────────────────────┼─────────┤
│ 0       │ 'cellToLatlng-H3o' │ '320.94 ± 0.03%'     │ '333.00'            │ '3147746 ± 0.01%'          │ '3003003'                 │ 3115847 │
│ 1       │ 'cellToLatlng-H3'  │ '340.20 ± 0.14%'     │ '333.00'            │ '2986187 ± 0.01%'          │ '3003003'                 │ 2939465 │
└─────────┴────────────────────┴──────────────────────┴─────────────────────┴────────────────────────────┴───────────────────────────┴─────────┘

Usage

License

MIT

About

JS/TS library of H3o

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published