[Development] implicit sharing and iterators in qt containers

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Tue Aug 1 00:38:35 CEST 2017


>
>
> It's still a key-value store in which items are retrieved by key, which
> is sort of the definition of a "map". It just has inefficient look-up.
>

Right. Since this (fast lookup) is so ubiquitous amongst map like
containers, I thought this was expected from all associative containers.

If not, as I said before, a QLinkedList<QPair<Key key, Value value>> with
some restrictions should suffice.

-mandeep



>
> --
> Matthew
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20170731/e6cb3347/attachment.html>


More information about the Development mailing list