summaryrefslogtreecommitdiff
path: root/LICENSE_htable
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23unicode: use new faster htableDavid Herrmann1-0/+510
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>