-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
Feature Request
I find that the community is developing very vigorously. Almost every language has its corresponding PR being generated, but the cpp seems not to have been updated for a long time
Is your feature request related to a problem? Please describe
So I plan and promote the development of the cpp module
Describe the solution you'd like
- I hope to upgrade the build tool of the cpp module first and upgrade bazel
- I will gradually implement some cross-language logic of the cpp module
- I hope that pyfory can use nanobind to share the calls of the cpp library, which means that the underlying code of the two modules is shared instead of using cython
- I hope to further enhance the execution efficiency of pyfory, such as simd and so on
- I hope to integrate fory into more modules for use in areas such as reasoning, distributed computing, and so on
Describe alternatives you've considered
No response
Additional context
No response