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

## 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...

enhancement

### 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...

bug

## 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...

enhancement

## 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...

enhancement

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

enhancement

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

enhancement

能够补充提供下C++的示例demo吗?在官网未看到

enhancement

## 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...

bug
good first issue
java

### 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...

bug