Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-6862647

improve performance of method TestDescription#getParameter(String)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • jt4.5
    • jt4.2.1
    • tools
    • generic
    • generic

      (Submitted after cr #6820550 fix -- this is point "1)" from the #6820550 description).
      The parameters of the TestDescripion are now stored as a sorted double list.
      To perform #getParameter(String) operation a binary search is performed, what requires O(Lg(n)) operations.
      However, using of hashcode-based implementation would be faster since it requires O(1) operations.
      Suggested to use Collections#unmodifiableMap(new HashMap(....)) as a parameters storage, and use the default implementation of #get() to get peremeters.
      #getParameterKeys() also may be implemented as .keySet().iterator().

            afedorch Alexey Fedorchenko (Inactive)
            iveselovsunw Ivan Veselovsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: