issues
search
rsocket
/
rsocket-kotlin
RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
553
stars
37
forks
source link
Improve performance for reading of payload
#92
Closed
whyoleg
closed
4 years ago
whyoleg
commented
4 years ago
Use
writePacket
function to use zero copy reading of packets instead of hand written. Significantly improved performance when working with big payloads.
Benchmarks updated for comparing different request strategies
writePacket
function to use zero copy reading of packets instead of hand written. Significantly improved performance when working with big payloads.