Quick client-side searching with JavaScript
Flickr’s developer blog has a pretty interesting post about how they built a fast client-side search that worked equally well for data sets of 10 people and 10000 people. Ajax with XML & JSON was too slow and using dynamic script tags was too insecure so they rolled their own format and used split to quickly parse it.
Stay Connected