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

## What does this PR do? ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [...

### Feature Request We implemented some awesome features in #2243, #2250 and #2256, maybe we should add document for those features in https://github.com/apache/fory/blob/main/docs/guide/row_format_guide.md, so it can be found in https://fory.apache.org/docs/docs/guide/row_format_guide...

good first issue

### Feature Request ### Feature Request Currently all xlang serialization don't support codegen: ```java @Data public static class Foo { public Integer f1; public String f2; public List f3; public...

java
xlang

### Feature Request Upgrade bazel 6 to bazel 8 to use bazel module to manage dependencies. ### Is your feature request related to a problem? Please describe `install_bazel` in `ci/run_ci.sh`/`ci/run_ci.py`...

good first issue

### Feature Request Does Fury have any plans to support flutter? ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury version:0.6.0 & 0.10.1 JDK version: jdk11 OS: Linux ### Component(s)...

bug

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury v0.10.2 and GraalVM 21.0.7 ### Component(s) Java ### Minimal reproduce...

bug

## What does this PR do? ## Related issues - #1229 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change?...

### Feature Request The current Fury Go uses reflection to implement serialization and deserialization of structs, but reflection has performance limitations. In languages like Java, Fury accelerates execution performance by...

### Feature Request Add releases for scala 2.12 version as it is used in AWS Glue service for example ? ### Is your feature request related to a problem? Please...