[Development] B-Tree containers instead of STL in Qt

Illya Kovalevskyy illya.kovalevskyy at gmail.com
Fri Feb 8 09:51:14 CET 2013


Hello.

I found one Google thing, a useful thing -
http://google-opensource.blogspot.com/2013/01/c-containers-that-save-memory-and-time.html.
According to benchmarks: they are faster than STL containers.

Afaik, Qt uses STL containers in its QVector, QMap, etc. Maybe it's a good
idea to port it to usage of B-Tree containers, is it?

-- 
Happy Coding,
Illya Kovalevskyy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130208/f5b6573c/attachment.html>


More information about the Development mailing list