Revision a5bfc90e
Added by danij over 13 years ago
Further optimizations to PathDirectory:
- Added node name interning mechanism.
- Store node name hashes alongside the interned name to avoid rehashing.
- Use an intern name id comparison when searching the node hash for a node that is known to be present.
- Defer allocation of the path hash map and intern name table until the first path is inserted.
Files
- added
- modified
- copied
- renamed
- deleted