X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/wordchain/blobdiff_plain/2aa41d4fca7e23a89c6ba2a4e59d41fcc1d738f7..fded5b8a27167974346bf12bec33994308bfa81e:/format-data diff --git a/format-data b/format-data index 327157b..c02ab4f 100755 --- a/format-data +++ b/format-data @@ -22,6 +22,9 @@ our %MAP = "lisp-sbcl" => 'Common Lisp (SBCL)', "mLib-sym" => 'mLib, \textsf{sym} hash table', "perl" => 'Perl hash', + "posix-hsearch1" => 'POSIX hsearch (glibc, fixed size)', + "posix-hsearchg" => 'POSIX hsearch (glibc, growing)', + "posix-tsearch" => 'POSIX tsearch (glibc)', "python" => 'Python \textsf{dict}', "qptrie-qp-fanf" => 'Four-bit QP-trie, recursive \textsf{Tnextl}', "qptrie-qp-mdw" => 'Four-bit QP-trie, iterative \textsf{Tnextl}',