You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When taking heap snapshots most of the memory is retained by literal objects and arrays. Where possible we should use classes or object constructors such that the object has a name. I did some tests and there's no extra memory cost
Expected behavior
Help identify memory issues faster
The text was updated successfully, but these errors were encountered:
Describe the bug
When taking heap snapshots most of the memory is retained by literal objects and arrays. Where possible we should use classes or object constructors such that the object has a name. I did some tests and there's no extra memory cost
Expected behavior
Help identify memory issues faster
The text was updated successfully, but these errors were encountered: