szaghi / HASTY

HASh Table fortran container exploting coarraY
14 stars 1 forks source link

Key in Morton index (Z-order) #2

Open szaghi opened 7 years ago

szaghi commented 7 years ago

The key_abstract will have some concrete extensions, e.g. a simple integer key or a simple string one. However, I'll need a more powerfull type of key, the Morton's index that allows for the Z-ordered space in 2D/3D: it has many good features for quadtree/octree implementations. Here the list of some references:

szaghi commented 7 years ago

Created a devoted project here.