unicode: use new faster htable
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 16:05:19 +0000 (18:05 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 16:06:22 +0000 (18:06 +0200)
commitddb80e2f0d7860cb72f3a176a248674ca93aceac
tree13f46d9fda7890652595105f1ba78612e73a63ee
parent636be863c63858b33976cef734885376852a6788
unicode: use new faster htable

Replace the old shl_hashtable with shl_htable, which avoids the additional
allocations and is considerably faster. The underlying hash-table is still
the same, but our boilerplate code is reduced heavily.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
LICENSE_htable [new file with mode: 0644]
Makefile.am
src/shl_htable.c [new file with mode: 0644]
src/shl_htable.h [new file with mode: 0644]
src/tsm_unicode.c