Is there a limit to how much data I should cache in browser memory?

后端 未结 4 582
盖世英雄少女心
盖世英雄少女心 2021-01-27 02:50

I need to load a couple thousand records of user data (user contacts in a contact-management system, to be precise) from a REST service and run a seach on them. Unfortunately, t

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-27 03:40

    You can manage tens of thousands of records safely in the browser. I'm running search & sorting benchmarks with jOrder (http://github.com/danstocker/jorder) on such datasets with no problem.

提交回复
热议问题