Open
Description
When documenting the flutter devtools app, (flutter/devtools/packages/devtools_app
), I found that Tuple3 is one of the top memory-consuming classes, at 31.9 MB, across 696503 classes. We should research how we might reduce this. Replacing with Records is an obvious idea, may help, but I think beyond that we should check how better we might write this code.