Searching Large Indexes On Tiny Devices: Optimizing Binary Search With Character Pinning

  • Guy Shani ,
  • Chris Meek ,
  • Tim Paek ,
  • Bo Thiesson ,
  • Gina Venolia

IUI '09 Proceedings of the 14th international conference on Intelligent user interface |

Published by Association for Computing Machinery, Inc.

Publication

The small physical size of mobile devices imposes dramatic restrictions on the user interface (UI). With the ever increasing capacity of these devices as well as access to large online stores it becomes increasingly important to help the user select a particular item efficiently. Thus, we propose binary search with character pinning, where users can constrain their search to match selected prefix characters while making simple binary decisions about the position of their intended item in the lexicographic order. The underlying index for our method is based on a ternary search tree that is optimal under certain user-oriented constraints. To better scale to larger indexes, we analyze several heuristics that rapidly construct good trees. A user study demonstrates that our method helps users conduct rapid searches, using less keystrokes, compared to other methods.