toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
435 stars 37 forks source link

Performance Increase needed #5

Closed toeb closed 10 years ago

toeb commented 10 years ago

The problem is that map_ methods are called too much. this has to do with automatic return of scope variables

toeb commented 10 years ago

a target should be to drop execution time from 3 seconds to under .5 seconds

toeb commented 10 years ago

first performance increase achieved by using get_property set_property more intelligently (before map_get, map_set always searched the whole keyset before adding ,getting a value)