Memory profiling
What's the best way to profile code to figure out if I'm having a deno, library or host issue? I have roughly the same code running in the browser as some dockerized deno but keep OOMing. My logs are less than useful and I'd love to figure out some memory profiling.
The package I'm using is written for node and has some quirks in deno. I need to investigate if my code needs or if I need to write a formal deno package.
The package I'm using is written for node and has some quirks in deno. I need to investigate if my code needs or if I need to write a formal deno package.
