views:

136

answers:

1

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?

+1  A: 

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

Unknown
Compared to say Solr where thousands of facets get sub-second response times.
dacracot