Optimize|libdeng2: Path comparison uses segment hashes
When comparing two paths, it is faster to determine inequalityquickly by checking if the hashes are different.
Reduces time spent in Path::operator== by an order of magnitude.(Profiled during Models_Init.)
View differences
Optimize|libdeng2: Path comparison uses segment hashes
When comparing two paths, it is faster to determine inequality
quickly by checking if the hashes are different.
Reduces time spent in Path::operator== by an order of magnitude.
(Profiled during Models_Init.)