fury
fury copied to clipboard
[Python] Rewrite cython serialization into pybind
Feature Request
Based on the discussion in #1887 , and the #1690 is finished, it's time to rewrite cython in pyfury into nanobind.
pyfury has two formats:
- Object graph serialization
- Row format
Row format has some interaction with pyarrow cython API, so we will skip rewriting cython for row fomat. The rewriting will be done only for Object graph serialization
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
#1887