Currently, commands are stored in a linked list We should try to make it so that they can be looked up faster. Some options for this are: hash table compact prefix tree binary search tree