Speed-up lookup.
[apps/pfixtools.git] / common / trie.c
2008-10-05 Florent BruneauSpeed-up lookup.
2008-10-03 Florent BruneauAdd prefix and suffix matching for strlist filter.
2008-09-22 Florent BruneauSave 4bytes per entry of the trie.
2008-09-17 Florent BruneauArray contains a "lock" flag, allowing "per array"...
2008-09-17 Florent BruneauSome improvements to the trie:
2008-09-17 Florent BruneauOops.
2008-09-13 Florent BruneauFix off-by-one.
2008-09-12 Florent BruneauAdd array_lock and array_unlock.
2008-09-12 Florent BruneauAdd the A() macro to get the array type.
2008-09-12 Florent BruneauAdd array framework that works with any type.
2008-09-11 Florent BruneauHighly reduce the number of allocations required to...
2008-09-11 Florent BruneauPublish trie_lock and trie_unlock.
2008-09-11 Florent BruneauAdd protection against lookup in not compiled trie...
2008-09-11 Florent BruneauAdd show_content parameter to trie_inspect().
2008-09-11 Florent BruneauFix duplicate management.
2008-09-11 Florent BruneauEnglish.
2008-09-11 Florent BruneauMore informations in trie_inspect.
2008-09-11 Florent BruneauAdd shrink and memblock.
2008-09-11 Florent BruneauSmaller memory footprint.
2008-09-10 Florent BruneauCompacter trie, reduce the number of allocations.
2008-09-10 Florent BruneauMore tests and fixes.
2008-09-10 Florent BruneauFixes and add small tests.
2008-09-10 Florent BruneauInitial implementation of a patricia-trie str->boolean.