Project

General

Profile

« Previous | Next » 

Revision 0984aa9d

Added by skyjake almost 12 years ago

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.)

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences