summaryrefslogtreecommitdiffstats
path: root/fish/cmds_gperf.h
Commit message (Collapse)AuthorAgeFilesLines
* fish: Use a perfect hash for faster command lookups.Richard W.M. Jones2010-11-051-0/+46
Existing command lookups are approx O(n^2). Replace this with a perfect hash implementation which should be a lot faster. (cherry picked from commit 58915725b1e464f7d447c0051ad916fbc1a82210)