javascript - Backbone.js - Filtering a large JSON file -


i building backbone application display list of contacts. have followed tutorials online, , followed model of loading entire list of contacts memory in 1 go, filtering results user enters values textbox. there 10 - 12 attributes of each contact , data needs filtered 3 of them. example: name, location , zipcode

the problem when data set gets large. if run application json file containing 5000 users becomes prohibitively slow. techniques can employ around problem? need sort json data? else can do?

i hope question not vague , have explained situation sufficiently.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -