Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 387 Bytes

morton

Build Status

PHP extension which implements z-order curve

Requirements

  • Haswell CPU with bmi2 flag
  • PHP 7.2+

Building

git clone https://github.com/Frago9876543210/morton.git
cd morton
phpize
./configure
make && make test && sudo make install