JSON 数据结构在多大的数据量下会变得太慢?

发布于 2024-08-02 03:24:54 字数 169 浏览 9 评论 0原文

我正在使用麻省理工学院的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你是年少的欢喜 2024-08-09 03:24:54

与什么相比太慢了? 与您自己的自定义二进制格式相比,它可能比 XML 更快并且更容易实现。

Too slow compared to what? Its probably faster than XML and easier to implement compared to your own custom binary format.

海的爱人是光 2024-08-09 03:24:54

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文