OK, so HMVC in Codeigniter is the way to go for scalable web applications (with Kohana 3) based off many stackoverflow discussions such as HMVC patterns and MVC vs HMVC.
But, how will using an HMVC approach affect performance when used in Codeigniter? From my understanding, HMVC will "simulate a controller". Assuming a one day "large" scale project, will Codeigniter's implementation by a future problem?