You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: