[Qt-interest] New container class needed in Qt

John Weeks john at wavemetrics.com
Tue Oct 18 19:43:18 CEST 2011


On 18-Oct-2011, at 12:54 AM, Mandeep Sandhu wrote:

> My data set is not very big ( < 100 items)

With so few items, a simple list with look-ups by walking the list might have acceptable performance. Maybe it's O(n), but it's n*(very fast) instead of possibly constant*(not as fast) for a hash container.

Regards, John Weeks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111018/926b9b1b/attachment.html 


More information about the Qt-interest-old mailing list