libmorton v0.2.9
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