I use ko.mapping pluging for binding a complex model (f.e. Project having list of branches, each having list of Tasks). Data are refreshed let's say every 10 seconds with ajax request and updated by the following function: ko.mapping.fromJS(data, viewModel);
After several updates and leaving page (or page Refresh) in Chrome is one core of my CPU busy and page leaving takes about 10s to a minute. Situation in Firefox looks better, but observed rarely.
Thanks