2

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?

dacracot
  • 22,002
  • 26
  • 104
  • 152

2 Answers2

1

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

Unknown
  • 45,913
  • 27
  • 138
  • 182
0

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.