fury
fury copied to clipboard
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
## Is your feature request related to a problem? Please describe. I'm always frustrated when debugging serialized data because it's difficult to visualize the binary structure. Understanding the detailed binary...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version org.apache.fury fury-core 0.5.1 ### Component(s) Java ### Minimal reproduce step int...
## Is your feature request related to a problem? Please describe. remove guava jar reference ## Describe the solution you'd like remove guava jar reference ## Additional context remove guava...
## Is your feature request related to a problem? Please describe. The current string implementation protocol in furygo is different from the xlang protocol. ## Describe the solution you'd like...
Currently, for scala, add new field and deserialize from old binary data will get a `null` as new field value. But avoid null is a good practice in scala language....
## Is your feature request related to a problem? Please describe. ## Describe the solution you'd like Implement xlang list and map for furygo https://fury.apache.org/docs/specification/fury_xlang_serialization_spec#map ## Additional context
## What does this PR do? support meta compression by Zstd ## Related issues https://github.com/apache/fury/issues/1664 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury 0.5.1, as released on Maven Central ``` mvn --version Apache...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version java:jdk17 fury:0.5.0 ### Component(s) Java ### Minimal reproduce step when use...