Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-736

performance improvement: Modify the code to use StringBuilder instead of StringBuffer in calculateString method of FieldMap

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Default
    • Resolution: Fixed
    • Affects Version/s: 1.5.2
    • Fix Version/s: 1.6.0
    • Component/s: Engine
    • Labels:
      None

      Description

      The calculate string method expects a StringBuffer and does all the concatenation on this object. This can be changed to StringBuilder to improve performance. All most of the applications want to log an incoming or outgoing messages and improvement in this calculate string can help them.

      protected void calculateString(StringBuffer buffer, int[] preFields, int[] postFields)

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                chrjohn Christoph John
                Reporter:
                kirtiteja Srinivas Kirti Teja Rao
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: