[Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

Marc Mutz marc.mutz at kdab.com
Sat Jul 11 22:27:26 CEST 2015


On Saturday 11 July 2015 19:25:20 Thiago Macieira wrote:
> But Qt Creator was SO SLOW.... I noticed this when I tried to compile Qt
> and  moc was horribly slow too.

Does QList still use a linear growth strategy instead of a geometric one? Same 
problem, just less so. Technically still O(N²) behaviour.

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts



More information about the Development mailing list