36 ms·
No comparisons to SBE in the benchmarks?
by arnold_palmur 3y ago
No comparisons to SBE in the benchmarks?
- chaokunyang 3y agoSBE needs to define the xml for the java bean, and generated the code. It need lots of work to implement a multiple-layer nested objects serialization. So I don't added it for now.
- belfthrow 3y agoShould still be added. Are are talking a lot about perfomance so this is where SBE shines. Worth comparing if you want to show of the numbers.
- chaokunyang 3y agoNo, I just mean it's not easy to use. When using fury, you just need one line code for serialization: `fury.serialize(javaObject)`. When using SBE, it need to much coding, it needs define schema xml, compile code, and so on.
- belfthrow 3y agoIt's as much work as protobuf. How about Chronicle Wire, can you add that?