Mike Lischke:
> I'm surprised they never mentioned a way to lower the node count after a while, to avoid growing that list endlessly.
When there are few or no changes then the list will be short and it will be fast. I expect they have good telemetry on what users actually do in edit sessions and suspect that only a small proportion (maybe 5%?) of loaded files are edited at all since reading code is such a large part of development. An even tinier proportion of files are intensely edited with more than, say, 100 changes.
Neil