Earlier quoted context omitted.
Code visualisations I agree aren’t that useful, and if I never have to look at UML style diagrams it’ll be too soon. The visualisations I’m talking about are mostly debugger tools. The parallel stacks view is life saving when you’re trying to figure out a deadlock. Having to scroll around this huge viewport with a cursor would just piss me off. I just can’t see how you could navigate a huge (10x screen width) node gr…
You certainly wouldn‘t have a node graph like this in vim, because like you are saying, it just doesn‘t work well with text. I had a look at parallel stacks and it looks nice and seems quite helpful. But I have to think, if you have that many threads that might deadlock and it happens often, if your architecture might be the issue. Most of our parallelism is job based. There is a job queue and worker threads are taki…
For a game or similar code that's sometimes too much RAM, and usually too much latency.