Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Use a perfect hash for faster command lookups. | Richard W.M. Jones | 2010-11-03 | 1 | -0/+46 |
Existing command lookups are approx O(n^2). Replace this with a perfect hash implementation which should be a lot faster. |