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

## Is your feature request related to a problem? Please describe. Enumerated string are meta string such as class name, field name, enum value, such sting are limited and we...

enhancement

I found that although Fury supports C++, there are no user instructions for using it. Maybe two points are very necessary for c++ users: * demo as java/python * how...

## Is your feature request related to a problem? Please describe. In #923 , we implemented the collection protocol in #927 , which can be 1X faster at most. This...

enhancement
java

When performing serialization with any Java object contains a List field produced by Java subList method of List, an application will get this error "java.lang.UnsupportedOperationException: Class class java.util.ArrayList$SubList doesn't support...

enhancement

我想问一下啊,这个的集成方式 是只需要pom文件里面添加一下,任何代码都不需要修改也不需要配置就可以生效的嘛? 网上完全查不到相关资料啊。目前使用的项目是jdk8的 spring cloud 内部调用使用feign,压测链路过长,容易失败。觉得可能序列化的问题,现在是想用这个fury来解决这个问题。 我想知道的是,只需要引入pom即可生效吗?

enhancement

## Is your feature request related to a problem? Please describe. There are so many serialization frameworks, users offen have concerns which cases should use Fury for serialization and which...

enhancement

It is a common use case to copy/deepCopy Java objects. Before Fury, we used Kryo, which offers copy/deepCopy APIs. We are trying to migrate from Kryo to Fury because the...

enhancement

We need to run unit test with address sanitizer and/or ub sanitizer enabled to discover memory bugs.

enhancement

## Is your feature request related to a problem? Please describe. [ProtoBuf](https://github.com/protocolbuffers/protobuf) is used commonly. For ProtoBuf, users define the message in [IDL](https://protobuf.dev/programming-guides/proto3/): ```protobuf syntax = "proto3"; message SearchRequest {...

enhancement

## Is your feature request related to a problem? Please describe. Disabling reference tracking gives much better performance, but it is a bit dangerous with some types. What we do...

enhancement