Replies: 1 comment 1 reply
-
@kerryeon thanks for reaching out. It's truly gratifying to see your interest in our library and all the effort you are making to porting to Honestly I wanted to do this myself as an exercise of learning In terms of the LICENSE, I don't fully understand your concern. Should we try to loosen our license? Or would you like to contribute the rust implementation to the mainstream repo? Honestly, I'd be interested in the 2nd option, I believe Happy to open a discussion here with the other mantainers of the project as well. @tizianoGuadagnino , @benemer what do you guys think? |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you to all the community contributors who are leading this great project.
After porting the existing core package written in
C++
toRust
, I successfully achieved performance that was 20%~100% better than the existing binary by applying various modern multi-threading optimization techniques. In addition, I have developed a fully compatiblepyo3
library (Rust version ofpybind
) so that it can seamlessly replace the existing pybind library.However, I cannot publish the source code and binaries, because of
Licensing
. I translated and modified the C++ source code logic under the MIT license, but I am actively introducing various functions and abstractions for compatibility with my personal projects, so I feel the burden of merging it directly into the original repository. I would like to open the source codes to the community and also I want to freely edit the Rust source code. Currently, I am writing it in a new repository and plan to use the original license file as is.If you can afford it, please reply below this discussion, or contact me via e-mail!
Beta Was this translation helpful? Give feedback.
All reactions