intercellular / cell

A self-driving web app framework
https://www.celljs.org
MIT License
1.51k stars 94 forks source link

js-framework-benchmark #172

Open marc3lsk opened 6 years ago

marc3lsk commented 6 years ago

I am trying to evaluate performance of celljs according to https://github.com/krausest/js-framework-benchmark

This is my current version (WIP) https://gist.github.com/marc3lsk/8d0c4a336671372a2630443b20227fcd

BUT, 10k rows is very very slow, and when I try to delete item from 10k list, there is Maximum call stack size exceeded error. What could be the reason for this error? Poor performance in this benchmark suggests that celljs is not very well suited for heavy websites.