Fury – Fast multi-language serialization framework powered by JIT and Zero-copy

Fury is a high-performance serialization framework that aims to provide blazing fast serialization with ease of use. It is powered by JIT (just-in-time compilation) and zero-copy techniques, resulting in up to 170 times faster performance. Fury supports multiple languages including Java, Python, C++, Golang, and Javascript. It offers various binary protocols for different serialization requirements, such as object graph, row format, and more. One of the unique features of Fury is its ability to seamlessly replace Java serialization frameworks without modifying any code, while offering a significant speed improvement. Overall, Fury is a powerful tool for optimizing high-performance RPC calls, data transfer, and object persistence.

https://github.com/alipay/fury

To top