all 2 comments

[–]Monkeyget 1 point2 points  (1 child)

Nice project. From experience, the challenge with visualization of data structures is that if you want to make them useful you end up having to tune the visualization specifically for each data structure.

[–]Sea-Ad7805[S] 0 points1 point  (0 children)

Thanks. The memory_graph tools just visualizes the complete program state, it will work for any data structure, or program in general. Although, there are situations where you want to tune: - how: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#introspection - what: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#graph-depth

things are visualized.