Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-14833

RESP commands are checked in order

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 15.0.0.Dev02
    • None
    • RESP
    • None

    Description

      The Resp Command parsing using an indexed multi dimensional array to reduce lookup time for the commands we support. The sub arrays are then looked up sequentially and compared against the bytes for the command.

      Due to the sequential lookup of the inner array it should always be placed with highest priority commands first, such as SET, GET and DEL and the lowest priority (admin commands) being lowest. The priority is determined by which commands we want to have lower latency.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: