summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-03 20:34:42 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-03 20:34:42 +0000
commit58915725b1e464f7d447c0051ad916fbc1a82210 (patch)
tree2300ce670996e97809518ba2fa14109c5dcc4b08 /po
parentf661db2c393d1b7e4211c55682b7fac82a70e36d (diff)
downloadlibguestfs-58915725b1e464f7d447c0051ad916fbc1a82210.tar.gz
libguestfs-58915725b1e464f7d447c0051ad916fbc1a82210.tar.xz
libguestfs-58915725b1e464f7d447c0051ad916fbc1a82210.zip
fish: Use a perfect hash for faster command lookups.
Existing command lookups are approx O(n^2). Replace this with a perfect hash implementation which should be a lot faster.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5d4bdf76..877db697 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -73,6 +73,7 @@ daemon/zero.c
daemon/zerofree.c
fish/alloc.c
fish/cmds.c
+fish/cmds_gperf.c
fish/completion.c
fish/copy.c
fish/destpaths.c