Re: [Development] QHash for Qt 6

2019-12-23 Thread Иван Комиссаров
Well, every time I use (or try to use) QStringView I encounter the problem of missing methods/functionality. The same applies to the Qt containers. So “someone else’s problem” affects customers - what’s the point of having fast hash if it misses features customer needs? Writing containers is fun,

Re: [Development] QHash for Qt 6

2019-12-23 Thread Alberto Mardegan
On 20/12/19 13:47, Giuseppe D'Angelo via Development wrote: > Just to be devil's advocate, there is... As much as it's fun and > everything implementing a container, just using std::unordered_map would > have minimal effort on our side ("someone else's problem", and it's not > even a random 3rd par