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

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version Fury 0.5.0, Java 17 ### Component(s) Java ### Minimal reproduce step...

bug

## Is your feature request related to a problem? Please describe. classLoaderFuryPooledCache with `weakKeys`,`softValues`,`expireAfterAccess` , values removed too frequently. In some case it will create too much fury. ## Describe...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version os:windows 10 java: 1.8.0_271 fury: org.apache.fury fury-core 0.5.0 ### Component(s) Java...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version 使用的 fury0.1.0版本, jdk11 ### Component(s) Java ### Minimal reproduce step 有内部类(枚举)的情况下序列化出错...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version 0.4.1 ### Component(s) Java ### Minimal reproduce step We are using...

bug

## What does this PR do? support user context for serialize user global context in some special sence. the changes in this pr are too simple and without design, just...

## Is your feature request related to a problem? Please describe. Fury optimizes pojo serialization by jit for pure java mode, see https://github.com/apache/incubator-fury/blob/main/java/fury-core/src/main/java/org/apache/fury/builder/ObjectCodecBuilder.java But for xlang serializaiton, fury still use...

enhancement
good first issue
java

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version 0.5.0 ### Component(s) Java ### Minimal reproduce step I have the...

bug

## Is your feature request related to a problem? Please describe. when I want compress some `Map map`, it have lots of same string key, I want make user serializer...

enhancement