chaokunyang opened a new pull request, #2732:
URL: https://github.com/apache/fory/pull/2732

   
   ## Why?
   
   Pickle protocol 5, introduced in Python 3.8 (and available via a backport 
for earlier versions), provides support for out-of-band buffers, which 
significantly improves the efficiency of serializing and deserializing certain 
objects, especially those with large memory footprints like NumPy arrays or 
dataframes. 
   
   pyfory has similar support, we need to make it compatible with pickle5
   
   ## What does this PR do?
   
   make fory out-of-band serialization compatible with pickle5
   
   ## Related issues
   
   <!--
   Is there any related issue? If this PR closes them you say say fix/closes:
   
   - #xxxx0
   - #xxxx1
   - Fixes #xxxx2
   -->
   
   ## Does this PR introduce any user-facing change?
   
   <!--
   If any user-facing interface changes, please [open an 
issue](https://github.com/apache/fory/issues/new/choose) describing the need to 
do so and update the document if necessary.
   
   Delete section if not applicable.
   -->
   
   - [ ] Does this PR introduce any public API change?
   - [ ] Does this PR introduce any binary protocol compatibility change?
   
   ## Benchmark
   
   <!--
   When the PR has an impact on performance (if you don't know whether the PR 
will have an impact on performance, you can submit the PR first, and if it will 
have impact on performance, the code reviewer will explain it), be sure to 
attach a benchmark data here.
   
   Delete section if not applicable.
   -->
   


-- 
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]

Reply via email to