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.
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.