I keep Process Explorer open and inspect the "Private Bytes" column of the firefox.exe process. After pressing the "Add" button in this simple jsfiddle: http://jsfiddle.net/uLkDP/5/ I experience that the private bytes taken by Firefox has increased about 50-100 MByte.
The execution time is also rather long when I compare it to implementations lacking dependency tracking: http://jsfiddle.net/uLkDP/6/
My question: Is poor performance inherent when using Knockout.js or am I doing something wrong?