Files
openide/tools
Maxim.Kolmakov 39c83b7576 [starter] Store original SpanData in indexParentToChild map
On creating SpanElement for each SpanData on map creation we pollute heap since we create a lot of new hard-referenced objects. Instead we can store only reference to already existing objects.
On the 2.1Gb JSON, it saves about 900Mb of heap.

GitOrigin-RevId: 35346f4a9e48f0dbd2f2b33f7f40ac0a3bc27ce4
2024-08-23 16:15:04 +00:00
..