Optimize: Improved performance of PathDirectory population
Implemented a block allocation mechanism and used object pool of PathDirectoryNodes. This block allocator is shared by all instances of PathDirectory and uses a mutex to guard concurrent access.
Optimize: Improved performance of PathDirectory population
Implemented a block allocation mechanism and used object pool of
PathDirectoryNodes. This block allocator is shared by all instances
of PathDirectory and uses a mutex to guard concurrent access.
Verified in profiler.