JSON 数据结构在多大的数据量下会变得太慢?
我正在使用麻省理工学院的 Simile 来显示缩略图和具有多面过滤的链接。 我工作得很好,但大型数据集(超过 500 个元素)开始显着变慢。 我的用户群可以容忍页面呈现的几秒钟,但不能容忍数十秒,当然也不能容忍几分钟。
是JSON结构的数据量吗?
是Simile的解析方法吗?
I'm using MIT's Simile to display thumbnails and links with faceted filtering. I works great, but large data sets (greater than 500 elements) start to slow significantly. My user base will tolerate seconds, but not 10's of seconds, and certainly not minutes while the page renders.
Is it the volume of data in the JSON structure?
Is it Simile's method of parsing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
与什么相比太慢了? 与您自己的自定义二进制格式相比,它可能比 XML 更快并且更容易实现。
Too slow compared to what? Its probably faster than XML and easier to implement compared to your own custom binary format.
Exhibit 版本 3 (http://simile-widgets.org/exhibit ) 提供与多达 100,000 人的良好互动项目。 如果单个项目的镜头模板很复杂,则显示全部它们可能需要一些时间,但如果您使用分页,则加载、过滤和显示都非常快。
Exhibit version 3 (http://simile-widgets.org/exhibit ) provides good interaction with up to 100,000 items. Displaying them all can take some time if the individual items' lens template is complicated, but if you use pagination then loading, filtering, and display are all pretty quick.