Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39456

Pipeline Flownodes Generate Many Instances of Identical Strings

      Every FlowNode has its own ID value & descriptorId which is a separate instance – however since IDs are currently numeric and thus have a limited set of values, and descriptors have a limited set of values, this just wastes memory.

      We should be interning these values (or similar).

          [JENKINS-39456] Pipeline Flownodes Generate Many Instances of Identical Strings

          Sam Van Oort added a comment -

          Workflow-api 2.7 (released)
          workflow-cps 2.23 (pending)

          Sam Van Oort added a comment - Workflow-api 2.7 (released) workflow-cps 2.23 (pending)

            svanoort Sam Van Oort
            svanoort Sam Van Oort
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: