Skip to content

yoavst/Heapsong

Repository files navigation

HeapSong

I wrote an heap visualizer written using cursor, and then re-wrote the code to make it maintainable.

Screenshot

json input format:

[
    {
        "type": string,
        "address": hex string,
        "size": hex string,
        "actualSize": hex string,
        "color": color string for js,
        "groupId": int,
        // Can add extra properties for search
    },
    ...
]

See sample for a sample.

About

Heap visualizer for heap shaping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors