Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-1067

Optimize IpConversionUtil

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • Sodium
    • None
    • openflowplugin
    • None

      IPConversionUtil provides utility methods for various tasks involved in transforming modeled objects between representations (OFJ, OFP, binary) and to extract information from them.

      These are hot paths, as they are involved in essentially every path which talks to a switch or to an application, and their performance is critical to overall solution performance.

      While the utilities are in an acceptable shape, there are various improvements that can be made like:

      • elimination of duplicate and dead code
      • reduction of memory allocation
      • invariant propagation
      • constant objects for low-cardinality uses

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: