Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4275

[perf] optimize TagAttributesImpl access

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.3.3, 2.3-next-M1
    • None
    • None

    Description

      See code comment:

       * TODO: PROFILE - Explore the possibility of using HashMap instead of sorted arrays.
       *       The footprint should be higher, but the instanciation and access speed should be faster
       *       Instanciation: from O(n log n) to O(1)
       *       Access: from O(log n) to O(1)

      Attachments

        Activity

          People

            tandraschko Thomas Andraschko
            tandraschko Thomas Andraschko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: