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

hotrod client:optimize serialization of key/values

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 4.1.0.CR2
    • 4.1.0.BETA2
    • Remote Protocols
    • None

    Description

      At the moment the keys and values are being serialized into an byte[] before being send over the wire.
      For the values, the serialization is possible when writing data over the wire, in the socket's output stream (instead of doing it before and keeping it in an byte[]).
      This should reduce the noise of creating too many byte[].

      Attachments

        Activity

          People

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: