Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3484

Consolidate temporary buffers in Java's TCompactProtocol

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • Java - Library
    • None
    • Patch Available
    • Patch

    Description

      TCompactProtocol allocates a number of small temporary buffers per-instance and, in some cases e.g. readDouble(), per-method-call. It's fairly trivial to consolidate these & save maybe 32 bytes of overhead per TCompactProtocol instance and possibly a bunch more for structs that contain lots of doubles.

      Seems like we can also avoid allocating empty ByteBuffers + byte[]s in readBinary() by returning singletons.

      Attachments

        Activity

          People

            thomaslee Tom Lee
            thomaslee Tom Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: