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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
I was making my own page using and while working with a large dataset, noticed that there is absolutely no way to prevent memory usage from getting out of control (on my page it happened rather quickly). As you throw entries on to your dataset, or replace the dataset entirely, I think events are being bound and never nullified when the data is replaced, and thus, while no handles may remain to the old dataset, they live on in memory without being garbage collected.
The text was updated successfully, but these errors were encountered:
If you go to http://files.stevenskelton.ca/sortable-table/examples/refreshing-data.html and just leave the tab open for a few hours, you'll eventually crash your Chromium tab.
I was making my own page using and while working with a large dataset, noticed that there is absolutely no way to prevent memory usage from getting out of control (on my page it happened rather quickly). As you throw entries on to your dataset, or replace the dataset entirely, I think events are being bound and never nullified when the data is replaced, and thus, while no handles may remain to the old dataset, they live on in memory without being garbage collected.
The text was updated successfully, but these errors were encountered: