fury icon indicating copy to clipboard operation
fury copied to clipboard

[Python] Rewrite cython serialization into pybind

Open chaokunyang opened this issue 11 months ago • 0 comments

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

chaokunyang avatar Jan 03 '25 12:01 chaokunyang