fury
fury copied to clipboard
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
Update rust README.md
## What does this PR do? ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.1 ### Component(s) Java ### Minimal reproduce step ``` List
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.1 ### Component(s) Java ### Minimal reproduce step There is a...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version main branch ### Component(s) Java ### Minimal reproduce step In `org.apache.fury.serializer.AbstractObjectSerializer`,...
## What does this PR do? support graalvm copy ## Related issues https://github.com/apache/fury/issues/1742 https://github.com/apache/fury/issues/1679 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...
### Question 线上代码 ThreadSafeFury fury = Fury.builder().withLanguage(Language.JAVA) .requireClassRegistration(false) .withCompatibleMode(CompatibleMode.COMPATIBLE) .withClassLoader(classLoader) .buildThreadSafeFury(); fury.setClassLoader(classLoader, LoaderBinding.StagingType.SOFT_STAGING); return fury.deserialize(bytes); 报错堆栈 java.lang.IllegalAccessException: no such constructor: com.alibaba.alsc.chameleon.api.model.region.ChameleonCardFuryCompatibleCodec_1_1116884706_299406744.(Fury,Class)void/invokeSpecial at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:959) at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1101) at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:2030) at java.base/java.lang.invoke.MethodHandles$Lookup.findConstructor(MethodHandles.java:1264) at...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.8.0-SNAPSHOT https://github.com/apache/fury/commit/d8738f99963b69baec2bf1db7cc7c88ad3732748 ### Component(s) Java, Other ### Minimal reproduce step https://github.com/yoohaemin/fury-bugreport/commit/9b074e61f9d612034437514dea1916224275a7e7...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.0 ### Component(s) Java, Other ### Minimal reproduce step FuryUtils.scala ```scala...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Java 1.8 fury 0.7.0 ### Component(s) Java ### Minimal reproduce step...