ixm-one/legacy

Performance Issue

Closed this issue · 1 comments

While the Hook API, events, and dynamic invoking is "neat", it is already starting to cause performance problems on small projects. Moving to explicit if-elseif-else chains is unfortunately the only remedy we can have.

This is extremely unfortunate. I was hoping to have the ability to let people extend IXM beyond it's initial capabilities, but this doesn't seem to be the case :/

The hook API has been removed due to performance issues. It will most likely never return. We can't make IXM too extensible because it requires an EXTREMELY deep understanding of CMake. Such is life, I suppose.