improve the perfromance of the javascript autocomplete lookup autocomplete-tags
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 8 Apr 2012 19:33:59 +0000 (15:33 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 8 Apr 2012 19:35:36 +0000 (15:35 -0400)
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.


No differences found

Benjamin Mako Hill || Want to submit a patch?