Forceflow / libmorton

C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
MIT License
596 stars 71 forks source link

Comparing with mmcloughlin optimizations? #73

Open ppKrauss opened 2 years ago

ppKrauss commented 2 years ago

Hi, is there a benchmark comparing libmorton with this Golang optimizations?
https://mmcloughlin.com/posts/geohash-assembly (soruce).