• Guus der Kinderen's avatar
    OF-1007: Don't over-optimize. · 5b422b94
    Guus der Kinderen authored
    Instead of a Set, the existing code uses a Map with empty string values 'for performance'.
    I am not buying it. Perhaps true in some performance test long, long ago, but there won't
    be any significant performance increase in doing this (it's just as likely to introduce
    a performance penalty). In any case, when we're running into a performance bottleneck here,
    we've got bigger fish to fry.
    5b422b94
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...