real-logic / simple-binary-encoding

Simple Binary Encoding (SBE) - High Performance Message Codec
Apache License 2.0
3.12k stars 524 forks source link

sbe performance vs raw c struct #1005

Closed ssh352 closed 3 months ago

ssh352 commented 4 months ago

sbe is safer and cross-language. But for raw speed, in the ballpark, how much slower is sbe compared with raw c struct for passing data from one process to another? would 5% be a reasonable estimate without benchmarking? thanks!