fury icon indicating copy to clipboard operation
fury copied to clipboard

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

Results 312 fury issues
Sort by recently updated
recently updated
newest added

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've...

## Why? Previously, my understanding of the type system was insufficient, which led to confusion between array and slice usage. As a result, the deserialization step of the slice serializer...

## Why? Based on the discussion https://github.com/apache/fory/discussions/2786. We can optimize the payload in cases where we have final fields in some Object. ## What does this PR do? Introduce `FinalFieldReplaceResolver`...

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like All iterator should be serialized as...

good first issue
c++

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've...

### Feature Request align object graph xlang serialization with java ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like Refactor...

c++

### Feature Request Add feature-complete c++ serialization implementation ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like - [ ]...

c++

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version Fory 0.11.1 (also tried with 0.11.2 and 0.10.3) Scala 3.3.6 ###...

bug

### Feature Request The Python CI workflow sometimes experiences flaky failures. PR #2733 added retry logic to mitigate the issue, but the root cause is that the workflow downloads Bazel...

Hello there, Did you have some benchmarks on pyfury, loky and pickle? Thanks!