fury
fury copied to clipboard
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
## 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 I'm using XLANG mode on both ends, but go still doesn't...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury 0.9.0, MacOS 15.1.1, NodeJS 21.6.1 ### Component(s) JavaScript ### Minimal...
## What does this PR do? This PR provides a C# implementation of fury ## Related issues #686 ## Does this PR introduce any user-facing change? - [ ] Does...
### Question I use fury in my projects, in one of the projects i serialize the object of ProductPO.class where fury is created like "furySerializer" in following code, in the...
### Feature Request pyfury is 3x faster than pickle serialization and 2x faster than pickle deserialization, here is the benchmark code: ```python @dataclass class ComplexObject1: f1: Any = None f2:...
### Feature Request Based on the discussion in #1887 , and the #1690 is finished, it's time to rewrite cython in pyfury into nanobind. pyfury has two formats: - Object...
### Feature Request Scenario is specific to fury data migration. We have serialised data in the db which is serialised without registering few classes, now we want to register the...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury:0.9.0 os:windows10 graalvm:21.0.4 ### Component(s) Java ### Minimal reproduce step [demo.zip](https://github.com/user-attachments/files/18211554/demo.zip)...