apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.11k stars 248 forks source link

[Question] <title>How much faster is Fury compared to Protobuf, and does the measurement include the time taken for Protobuf construction? #1952

Open a1342772 opened 1 day ago

a1342772 commented 1 day ago

Question

How much faster is Fury compared to Protobuf, and does the measurement include the time taken for Protobuf construction?

chaokunyang commented 1 day ago

4~10X faster, depending on data. Protobuf construction is included since most users will use POJO as the data container.