Moviri / recline

A simple but powerful library for building data applications in pure Javascript and HTML.
http://reclinejs.com/
MIT License
2 stars 2 forks source link

Perceived performance issues when using Action wrapper to handle filters #26

Closed giobaldac closed 11 years ago

giobaldac commented 11 years ago

After the introduction of Actions, the simple "age" filter that was previously applied to a memory-based virtualdataset now seems slower. Also, removing the filter now causes a new complete DB query (slow) instead of simply removing the in-memory filter (fast).

giobaldac commented 11 years ago

Solved by Davide's last release