penguin-wwy opened a new pull request, #1942: URL: https://github.com/apache/fury/pull/1942
## What does this PR do? Implement a new format for collection serialization in pyfury. ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark ``` fury_large_tuple: Mean +- std dev: [opt] 92.7 ms +- 5.5 ms -> [collection] 84.2 ms +- 4.6 ms: 1.10x faster fury_large_list: Mean +- std dev: [opt] 92.8 ms +- 5.3 ms -> [collection] 85.2 ms +- 4.5 ms: 1.09x faster Benchmark hidden because not significant (2): fury_tuple, fury_list Geometric mean: 1.04x faster ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
