dfellis / h3-node

H3 binding to Node using N-API
MIT License
30 stars 5 forks source link

Add h3ToChildren #13

Closed dfellis closed 5 years ago

dfellis commented 5 years ago

First one where I'm surprised that the JS version beats the C version. I wonder if it's due to all of the string copying going on in N-API that V8 can optimize away internally.