Highly reduce the number of allocations required to build a trie.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 11 Sep 2008 16:04:27 +0000 (18:04 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 11 Sep 2008 16:04:27 +0000 (18:04 +0200)
commitac9ec5b86e9b126f3e55882130645266e8ea232f
treea35c7d2b30e991fd05eeeba08d3829f27d11d29e
parent4694ac125f0dd752126de3f3f4e81b406cdd98e6
Highly reduce the number of allocations required to build a trie.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
common/trie.c
common/tst-trie.c