chiark / gitweb /
More efficient (but hacky) searching for glyphs by name
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Mar 2020 12:37:14 +0000 (12:37 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Mar 2020 12:37:14 +0000 (12:37 +0000)
commit0bc46491d34af88de959e5f1b679a1a1f7206ab0
tree86fab80b06e878ab95acb2fb219a3d5266ac2912
parent1933bc167fdbb6627399e7deb8b07df81db192e3
More efficient (but hacky) searching for glyphs by name

Now rather than linearly searching the list of glyphs, dolookup() can
do a binary search on a list of glyph names.  This is faster, but the
code is currently very ugly.
bedstead.c