Closed
Description
I'm displaying a large list (c. 5000 rows) with vuejs and have only noticed now that since 0.12.8 the performance has degraded extremely. Up until 0.12.7 it was nice and fast.
Here is a very simple fiddle with 0.12.7: http://jsfiddle.net/acsLo9zf/2/
And here is the exact same with 0.12.8: http://jsfiddle.net/acsLo9zf/1/
If you press the "Next 20" and "Previous 20" you'll see how excruciatingly slow the filter function has become since 0.12.8. I've also tested this with the latest 1.0.0-alpha2 and the issue persists.
EDIT: Wrongly wrote 0.11.7 and 0.11.8 when I meant 0.12.7 and 0.12.8