Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

aavenel/FastMortonKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastMortonKeys

##Warning, deprecated repo

Like every program with "Fast" in their name, this code is not that fast and you shouldn't use this in production.

If you're still looking for morton code, you can have a look at these two repos :

##Introduction

Compute morton keys blazingly fast using a look-up table. The look-up table is automatically generated at compile-time thanks to template metaprogramming.

Thanks to Jeroen Baert for initial inspiration and his great blog post explaining morton keys (http://www.forceflow.be/2013/10/07/morton-encodingdecoding-through-bit-interleaving-implementations/)

About

Compute morton keys using a look-up table generated at compile-time.

Resources

License

Stars

Watchers

Forks

Languages