On Wednesday 20 January 2016 22:50:43 Kevin Kofler wrote:
> In the end, your real issue is not with the containers, but with the 
> slowness of the malloc you use. Which means we need faster allocations, not 
> containers that minimize allocations at all costs, including worse
> asymptotic algorithmic complexity.

Adding a slice allocator was part of João's plans back in 2012. That's why 
QArrayData::deallocate receives the object size. (the alignment is for another 
reason)

We never got that far.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to