Skip to content

libmorton v0.2.9

Choose a tag to compare

@Forceflow Forceflow released this 16 Feb 23:12
· 20 commits to main since this release
6d22725

Changes

  • Added improved 2D encoding/decoding for 32-bit morton codes, based on this gist by @JarkkoPFC, which combines the magicbits method in the lower and upper part of a 64-bit code. These have been promoted to be the default method.
  • GCC compilation fixes
  • Test suite improvements
    • Colored output for correctness tests
    • Seperated performance testing from correctness testing
    • Added linear and random performance testing for 2D methods