Skip to content

caitp/watchtower.js-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Watchtower.js Build Status

Super-fast change detection for AngularJS 2.0, based on Miško Hevery's draft, and the implementation in Angular.dart.

The goal is to offer change detection which is extremely performant, supports watching the result of method invocation and getter/setter functions, and puts 0 pressure on the GC. Algorithms should be written in a fashion which makes VM optimization possible.

Testing should cover both behaviour as well as performance, as it is extremely important that applications can handle thousands of watched expressions, with minimal memory and performance cost.