A cythonized version of that one hilbert function you keep copy-pasting.
Project description
cyhilbert
A cythonized version of that one hilbert function you keep copy-pasting. See the original implementation of Hilbert curves in O(log(n)) time. Inputs must be in the range 0 to 2^16-1, inclusive.
from cyhilbert import hilbert, DIMS, BITS_PER_DIM, MAX
DIMS #=> 2
BITS_PER_DIM #=> 16
MAX #=> 65535
hilbert(0, 0) #=> 0
hilbert(1, 0) #=> 1
hilbert(1, 1) #=> 2
hilbert(0, 1) #=> 3
hilbert(0, 2) #=> 4
hilbert(0, 3) #=> 5
hilbert(1, 3) #=> 6
hilbert(1, 2) #=> 7
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cyhilbert-1.3.1.tar.gz
(29.7 kB
view details)
Built Distribution
File details
Details for the file cyhilbert-1.3.1.tar.gz
.
File metadata
- Download URL: cyhilbert-1.3.1.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7424707030551f1c72ebf815c243fbef9cb3dbd897826f52357429ee310eb35d |
|
MD5 | c01beb6ff6cef7ee7a75625b3f897619 |
|
BLAKE2b-256 | a67bdd09047a1db8fdab41658e3f314ee3ebf9c4f6764f506976a9807bc1aa33 |
File details
Details for the file cyhilbert-1.3.1-cp310-cp310-macosx_12_0_arm64.whl
.
File metadata
- Download URL: cyhilbert-1.3.1-cp310-cp310-macosx_12_0_arm64.whl
- Upload date:
- Size: 12.4 kB
- Tags: CPython 3.10, macOS 12.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e83e60be0c72edd22c07bcaf14144601111d7afc970f7fa35da9fff9e31943 |
|
MD5 | f143fbcda5a84c1eac1453f3c7e2fa93 |
|
BLAKE2b-256 | f365097ef86c923bda17577a96940417c60a1228f7f34bab11c83843d96fc63d |