Histogram cache interning
Specifying the same input file many times should not blow up the memory requirements. This can be achieved by storing the cache in a central place, interned location such that each file/path requires only a single cache.
Specifying the same input file many times should not blow up the memory requirements. This can be achieved by storing the cache in a central place, interned location such that each file/path requires only a single cache.