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 Use varint32/64 type id as type id for int32/64 type , so we can use ` int32/64` type id for uncompressed int32/64 read/write. ### Is your feature...

### Feature Request optimize rust buffer read_xxx/write_xxx perf ### Is your feature request related to a problem? Please describe Currently fory buffer.rs is not fast enough, it introduce extra stack...

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe Currently Rust CI took 5 minutes, which is too long, we need to reduce...

good first issue

### Feature Request Use varint32/64 type id as type id for int32/64 type , so we can use ` int32/64` type id for uncompressed int32/64 read/write. ### Is your feature...

### Feature Request Use varint32/64 type id as type id for int32/64 type , so we can use ` int32/64` type id for uncompressed int32/64 read/write. ### Is your feature...

### Feature Request Use varint32/64 type id as type id for int32/64 type , so we can use ` int32/64` type id for uncompressed int32/64 read/write. ### Is your feature...

### Feature Request cpp/fory/benchmark/benchmark_string_util.cc In the fory-cpp module, in the benchmark file, simdutf is used for performance comparison. However, in reality, we do not use this library function. We are...

## Why? ## What does this PR do? ## Related issues Related to [issue-2722](https://github.com/apache/fory/issues/2722) ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...

## Why? Reflective access to private constructors in the GraalVM Native Image environment is limited. ObjectCreator failures return the wrong type, causing a ClassCastException. Lack of friendly GraalVM error messages....

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version OS: ArchLinux (6.16.7-zen1-1-zen) Fory: 'org.apache.fory:fory-core:0.13.0-SNAPSHOT' (Sep 30) Failing JDK: GraalVM 23.0.2+7.1...

bug
good first issue
java