im making a jquery autocomplete, i have something between 10~20k registers
the data is static (i'll run a update script when i need) and i can choose to get the file from a json or embed in the page in a single line, like:
var title = ["example title 1","example title 2"];
which one should i choose, perfomance wise? (also im worried about crashing/lagging peoples browser)..and how about XML?
btw my php script is already using a cache system for the html