[Development] Views

André Pönitz apoenitz at t-online.de
Thu May 16 20:50:40 CEST 2019


On Thu, May 16, 2019 at 06:31:13PM +0000, Paolo Angelelli wrote:
> i think you and alex stephanov are wrong. if QMap API is convenient,
> but does not perform for the few elements use case, optimize QMap for
> that use case,

And then everybody else pays with cycles for the detection of the
special use case. Oh, yeah.

I only today run (again) across QDataStream performance. Super
convenient, super flexible class. And easily beatable by a factor
of ten in performance for each and every individual use case.

So - no, you should not have to explain *each* use of a map to your
manager but for central parts of performance critical sections you
should think twice.

Andre'




More information about the Development mailing list