Re: [Development] Qt 6.0.0 initial schedule

2020-04-29 Thread Jason H
> Sent: Monday, April 27, 2020 at 8:05 AM > From: "Jani Heikkinen" > To: "development@qt-project.org" > Subject: [Development] Qt 6.0.0 initial schedule > > Hi, > > It is time to start freezing Qt 6.0.0 initial schedule. I have had some > discussion and based on those here is the initial sched

Re: [Development] [SPAM] How bad QList really is

2020-04-29 Thread Matthew Woehlke
On 28/04/2020 19.41, Giuseppe D'Angelo via Development wrote: Il 28/04/20 21:45, Matthew Woehlke ha scritto: * QList gets adapted so that its internal array allocates 3 * sizeof(void*) per element, so that e.g. Q6StringList won't require a per-item allocation. This would then also avoid allocati