misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

When updating with rowId(s) need to make direct access more efficient #100

Closed iros closed 12 years ago

iros commented 12 years ago

Currently builds filter function, then iterates over all the rows to find rows that fit. Super inefficient.