Skip to content

Basic optimizations #2

@Korablev77

Description

@Korablev77

TODO:

  • During response decode we store iterators pointing to the start of data and to the end of data (tuples). Firstly, we need only one iterator pointing to the start of data (assuming that the response stored continuously in the input buffer it's enough to decode response). This allows us to get rid of skipping tuple in decoder (which turns out to be another one traverse over the tuple) since we know size of data section in response (package size - header size).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions