fury
fury copied to clipboard
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
### Feature Request I find that the community is developing very vigorously. Almost every language has its corresponding PR being generated, but the cpp seems not to have been updated...
### Feature Request Currently we use bazel workspace to manage the c++ build. We need to use bazel module, and it's the way we use nanobind in the future. ###...
### Feature Request Refactor ObjectStreamSerializer to use meta shared compatible serializer and remove key-value compatible serializer ### Is your feature request related to a problem? Please describe Currently [org.apache.fory.serializer.ObjectStreamSerializer](https://github.com/apache/fory/blob/main/java/fory-core/src/main/java/org/apache/fory/serializer/ObjectStreamSerializer.java) use...
### Feature Request The current implementation in fory-go use RegisterTagType for registration is a legacy api. Should be replaced by ``` func (r *typeResolver) registerNamedType( type_ reflect.Type, namespace string, typeName...
### Feature Request WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.apache.fory.memory.Platform (file:/G:/.m2/repository/org/apache/fory/fory-core/0.12.2/fory-core-0.12.2.jar) WARNING: Please consider reporting this to the maintainers of...
### Background At present, fory-go is still in a very early stage of development. Although its core functions can basically meet the needs of use, there is still considerable room...
## Why? ## What does this PR do? ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change?...
## What does this PR do? This commit refactors memory management logic as an initial step towards making the project compatible with the Android platform. **Key points**: - This is...
### Feature Request Does Fury have any plans to support C language? Then it will be used by many languages, it should be. ### Is your feature request related to...
I'm trying to use Fury on Android(Using Kotlin) and ran into some initialization issues. I have a quick question about platform support. It seems there are two main blockers for...