Right now, HGG is written in Rust, and is inaccessible from Python. This is not ideal because we would like Python developers to be able to use HGG for data science and computer vision. Additionally, it's a barrier to adding HGG to ann-benchmarks, which prevents HGG from being part of an empirical comparison people may use to choose their data structure.
To solve this, we should create a Python package with PyO3. There are some examples of other crates which have done this:
If we begin this project, it should likely be done in a secondary repository.
Right now, HGG is written in Rust, and is inaccessible from Python. This is not ideal because we would like Python developers to be able to use HGG for data science and computer vision. Additionally, it's a barrier to adding HGG to ann-benchmarks, which prevents HGG from being part of an empirical comparison people may use to choose their data structure.
To solve this, we should create a Python package with PyO3. There are some examples of other crates which have done this:
If we begin this project, it should likely be done in a secondary repository.