• Geoff Simmons's avatar
    Make less specific claims about the running time for matches. · 23bb126e
    Geoff Simmons authored
    The complexity analysis can be highly nuanced. Sets with many strings
    and/or long strings can in fact require more time for matching due
    to locality effects, which depends highly on usage patterns. Prefix
    matches can be longer for large sets since the depth of branching
    in the trie becomes larger.
    
    But these are considerations at the level of micro-optimization.
    It's the difference between two- or three-digit nanosecond mean
    times for the matches.
    
    So it suffices to claim that matching is fast and scales well.
    23bb126e
Name
Last commit
Last update
m4 Loading commit data...
pkg/rpm Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
STATISTICS.md Loading commit data...
TODO Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...