Closed penguin-wwy closed 2 weeks ago
This is great! We have a new format which will improve performance a lot: https://fury.apache.org/docs/specification/fury_xlang_serialization_spec#list. Would you like to implement this format for pyfury?
This is great! We have a new format which will improve performance a lot: https://fury.apache.org/docs/specification/fury_xlang_serialization_spec#list. Would you like to implement this format for pyfury?
Okay, I will implement it.
What does this PR do?
Pre-allocate memory for sequence containers based on the data size to avoid resizing and improve deserialization performance.
Related issues
Does this PR introduce any user-facing change?
Benchmark
python format
xlang format