-
Improvement
-
Resolution: Fixed
-
Minor
-
None
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
Description |
Original:
Every FlowNode has its own ID value & descriptorId -- however since IDs are currently numeric, and descriptors have a limited set of values, this just wastes memory. We should be interning these values (or similar). |
New:
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). |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | New: workflow-support-plugin [ 21719 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Component/s | Original: workflow-support-plugin [ 21719 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Workflow-api 2.7 (released)
workflow-cps 2.23 (pending)