Refactor: Re-implemented PathDirectory as a C++ class
The design and usage of PathDirectory remains the same.
Internally this class now uses a QMultiHash for the node hashes. Performance characteristics of the primary methods are unchanged but some of the ancilary methods are now a bit quicker.
Refactor: Re-implemented PathDirectory as a C++ class
The design and usage of PathDirectory remains the same.
Internally this class now uses a QMultiHash for the node hashes.
Performance characteristics of the primary methods are unchanged but
some of the ancilary methods are now a bit quicker.