[Development] Question about QCoreApplicationData::*_libpaths
Thiago Macieira
thiago.macieira at intel.com
Thu Jan 21 00:30:02 CET 2016
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
More information about the Development
mailing list