alexmadeathing / insides

A compact, high performance space filling curve library for Rust
Apache License 2.0
0 stars 0 forks source link

Hilbert curve implementation #13

Open alexmadeathing opened 2 years ago

alexmadeathing commented 2 years ago

We could do with a hilbert curve implementation to prove out the flexibility of the current interface.

alexmadeathing commented 2 years ago

I've got a pretty solid hilbert implementation brewing, complete with LUT optimisations and cargo features to give control over LUTs.

alexmadeathing commented 2 years ago

This is ready for merge. I'm opening a pull request.