Skip to content

Performance: Improve efficiency of source file lookup in cmMakefile

Aaron Orenstein requested to merge aorenste/cmake:perf2 into master

Add an unordered map to cmMakefile to speed up GetSource() lookups.

Topic-rename: perf-source-lookup

Edited by Brad King

Merge request reports