fury
fury copied to clipboard
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
### 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.1 ### Component(s) Java ### Minimal reproduce step https://github.com/apache/incubator-fury/pull/1655 ### What...
### 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.1 Java 22 ### Component(s) Java ### Minimal reproduce step...
## 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? Add a script to automatically generate doc, Implement the first stage goals mentioned in https://github.com/apache/incubator-fury/issues/1647. ## Related issues https://github.com/apache/incubator-fury/issues/1647 ## Does this PR introduce...
## Is your feature request related to a problem? Please describe. Currently, when we add or modify configuration fields in [FuryBuilder](https://github.com/apache/incubator-fury/blob/main/java/fury-core/src/main/java/org/apache/fury/config/FuryBuilder.java), we need to manually update the table in [java_serialization_guide.md#furybuilder--options](https://github.com/apache/incubator-fury/blob/main/docs/guide/java_serialization_guide.md#furybuilder--options)...
### 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 ```java public class...
Error in fail: Python Configuration Error: Problem getting pyarrow include path. Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pyarrow' Is the Python binary...
According to the documentation, I ran the following two commands, but the first one reported an error, how to solve it? I'm new here. I'm a little confused. 1、pip install...
### Question 自定义类型对象有字段string,该字段是一个大文本,发现该对象序列化出来的体积比JDK序列化要大很多,如何解决?