From: Benjamin Mako Hill Date: Sun, 8 Apr 2012 19:33:59 +0000 (-0400) Subject: improve the perfromance of the javascript autocomplete lookup X-Git-Url: https://projects.mako.cc/source/scuttle/commitdiff_plain/b1bb03ecf9779a54a47a50f3b98cfdb59efb5b76?hp=b1bb03ecf9779a54a47a50f3b98cfdb59efb5b76 improve the perfromance of the javascript autocomplete lookup This was performing poorly on large lists. The delay can be set down very low because the list is stored entirely in memory. The current code only does the lookup when there are >2 characters typed in for a particular tag. ---