summaryrefslogtreecommitdiffstats
path: root/src/patree.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Move children index into separate array (fewer cache misses in patree_find_ed...David Robillard1-6/+11
2011-09-19Fix comment header typo.David Robillard1-1/+1
2011-09-19Cache the first character of the label in node for faster search.David Robillard1-21/+28
2011-09-19Micro-optimization of dubious worth.David Robillard1-7/+6
2011-09-19Fix memory leak.David Robillard1-0/+1
2011-09-19Fix bugsDavid Robillard1-6/+14
2011-09-19Add ZixPatree.David Robillard1-0/+274