Within my $scope I have a very large, read-only data structure (maybe 3000+ objects in a hierarchy). Since this never changes, and because I want to maximise performance on mobile, I want to tell Angular it can skip looking for changes within this structure within its digest cycle.
Any ideas if/how this can be done?