localvoid / vdom-benchmark

Virtual DOM diff/patch benchmark
BSD 2-Clause "Simplified" License
49 stars 10 forks source link

More rendered elements #14

Closed stevenvachon closed 9 years ago

stevenvachon commented 9 years ago

I've read that React's strength is in managing a large number of elements (~5000 from the sound of things) and at the current ~100 elements, this is situation is not compared with the other libraries.

I'm not saying that we should simply increase from 100 to 5000, but have a second test.

localvoid commented 9 years ago

There are 5000 nodes in each test case right now.

stevenvachon commented 9 years ago

Oh yeah. Thanks.