You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the approach, it isn't exactly zero-copy, it's less copy as UnpooledDirectByteBuf holds a buffer and a tmpNioBuf. In any case, it's an improvement.
mp911de
changed the title
zero-copy buffer reader
Avoid buffer copies in RedisStateMachineNov 23, 2022
Feature Request
Is your feature request related to a problem? Please describe
This will be a performance improvement for all operations
Describe the solution you'd like
Less buffer, less copy. We can reuse the same buffer from Netty by slicing buffer.
Describe alternatives you've considered
NA
Teachability, Documentation, Adoption, Migration Strategy
If you can, explain how users will be able to use this and possibly write out a version the docs.
Maybe a screenshot or design?
The text was updated successfully, but these errors were encountered: