Files
meteor/packages
Ilari Patrikka 768d82eb6c Set stopped computation to null instead of delete (#7326) (#7328)
* Set stopped computation to null instead of delete (#7326)

Delete can be very slow. Setting the stopped computation property to null instead brings a speed gain of 3-10x.

http://bertanguven.com/preventing-memory-leaks-in-javascript-null-vs-delete

* add generated npm-shrinkwrap.json

* Remove computation tracking from Tracker.
2016-07-12 22:37:48 +00:00
..
2016-06-14 22:46:42 -04:00
2016-07-11 18:56:43 +03:00