Replies: 1 comment 1 reply
-
To test zero-copy feature, what would you compare it against? Maybe you could receive data in your application and then copy it a few times afterwards to see how much time was saved? If by "variable length data" you mean structures such as strings or arrays, then yes, those are supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that the Zero-copy receive path feature is done, but I don't know how to test it, it would be nice to have some benchmarks
Beta Was this translation helpful? Give feedback.
All reactions