How hard would it be to get the performance gains of fast_hilbert, but also be able to create Xian Liu's variants?
https://www.sciencedirect.com/science/article/abs/pii/S0096300302008081?via%3Dihub
Looks like hilbert_2d does this.
https://crates.io/crates/hilbert_2d
I wonder if the variants provide significant performance differences regarding the use of the curve as a spatial index?
How hard would it be to get the performance gains of
fast_hilbert, but also be able to create Xian Liu's variants?https://www.sciencedirect.com/science/article/abs/pii/S0096300302008081?via%3Dihub
Looks like
hilbert_2ddoes this.https://crates.io/crates/hilbert_2d
I wonder if the variants provide significant performance differences regarding the use of the curve as a spatial index?