Hi Greg, Thanks for your questions. I'd carry Chaokun's reply since he met some email client issues.
=START Fwd Thanks for pointing this out. We've yet to have a formal document comparing Fury with Apache Thrift and Avro. But I can give a brief overview of the differences: 1. Fury vs Thrift: 1.1 Thrift needs to define the IDL, use the thrift compiler to generate code, and then invoke the generated data holder to fill data for serialization. When using Fury, users can pass language native objects such as java POJO or python data class directly for serialization; no IDL/Compilation is needed. 1.2 Fury supports polymorphism and shared/circular reference. Users can serialize Java Object Graphs and later deserialize them using Python, which is impossible for Thrift. 2. Fury vs Avro 2.1 Although Avro IDL/precompilation is optional, users still need to define schemas before serialization, which is not needed for Fury. 2.2 Avro doesn't support polymorphism and shared/circular reference, which has the same issue as Thrift. To sum up, the biggest difference is that Fury operates directly on language-native user-defined objects. For performance comparison with Avro/Thrift, this doc page[1] can be taken as a reference. The detailed comparison with other serialization frameworks is important to the community. It will help the users distinguish Fury's advantages and disadvantages. It's planned to provide more detailed comparison docs [2]. Best regards, Chaokun Yang [1] https://github.com/eishay/jvm-serializers/wiki [2] https://github.com/alipay/fury/issues/1214 =END Fwd Best, tison. Greg Stein <gst...@gmail.com> 于2023年12月7日周四 13:06写道: > > Is there any docco/comparison that we can read, comparing Fury to Apache > Thrift and Apache Avro? > > > On Fri, Dec 1, 2023 at 3:01 AM tison <wander4...@gmail.com> wrote: > > > Hi IPMC members, > > > > I would like to propose a new project to the ASF incubator - Fury. > > > > Fury[1] is a high-performance, multi-language, and automatic > > serialization framework powered by JIT and zero-copy. > > > > Ant Group owns this project, and they have agreed to sign the SGAs and > > CCLAs for the donation. > > > > Here is their proposal - > > https://cwiki.apache.org/confluence/display/INCUBATOR/Fury+Proposal > > > > I would be the Champion of the project. > > > > I will mentor and help the project through the incubator with > > PJ Fanning [fannin...@apache.org] > > Yu Li [l...@apache.org] > > Xin Wang [xinw...@apache.org] > > > > We are open to hearing the feedback from the incubator. > > > > Best, > > tison. > > > > [1] https://github.com/alipay/fury > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org