On 9/28/22 05:00, Ulf Hermann wrote:
I think Andre's point is that you should not use Qt containers for such
large amounts of data, but rather some other data structure better
suited for your case (most trivially, std::vector instead of QList).
My point was you don't get a choice given the si
I think Andre's point is that you should not use Qt containers for such
large amounts of data, but rather some other data structure better
suited for your case (most trivially, std::vector instead of QList).
The implicit sharing of Qt containers is a nice trait that enables you
to write more c
Le Mon, 5 Sep 2022 19:25:59 +0200, A. Pönitz
écrivait:
> How often do people /need/ /Qt/ containers with /more than
> 1 billion elements/ ?
Anybody amongst the fast growing community doing big data, a field no
longer reserved to big corporations :
- Small teams doing stock market research, wh
On 9/7/22 05:00, Thiago Macieira wrote:
On Tuesday, 6 September 2022 06:24:19 PDT Michael Jackson wrote:
My guess is that if you are NOT in the data processing realm the Qt
containers are probably just fine for your use cases.
I don't know why Andr? decided to ask about Qt containers, since t
On Tuesday, 6 September 2022 06:24:19 PDT Michael Jackson wrote:
> My guess is that if you are NOT in the data processing realm the Qt
> containers are probably just fine for your use cases.
I don't know why André decided to ask about Qt containers, since they already
do support 64-bit sizes.
Th
We write science data processing software
(github.com/bluequartzsoftware/dream3d) and there have been more than a few
times where we load up past 32 bit signed int number of elements in an array.
We are adding out-of-core to our software now which means we are definitely
going past signed 32 bi
On 9/6/22 05:00, A. P?nitz wrote:
The question is really meant as conjunction, i.e. I'd like to count
only setups meeting both criteria at the same time:
1./Some/ relevant data set is really > 1e9 entries,
2. It really needs to be a/Qt/ container because of some Qt container
On Mon, 5 Sep 2022 19:25:59 +0200
A. Pönitz wrote:
> How often do people /need/ /Qt/ containers with /more than
> 1 billion elements/ ?
On one hand, I could say anyone that needs it once in a while could
simply use a std container.
On the other hand, for the "container of bytes" QByteArray
Den mån 5 sep. 2022 kl 22:30 skrev Thiago Macieira :
>
> On Monday, 5 September 2022 10:25:59 PDT A. Pönitz wrote:
> > How often do people /need/ /Qt/ containers with /more than
> > 1 billion elements/ ?
>
> Or foresee needing them in the next 10 years.
0 times and 0 times.
I've used Qt (non)
On Monday, 5 September 2022 10:25:59 PDT A. Pönitz wrote:
> How often do people /need/ /Qt/ containers with /more than
> 1 billion elements/ ?
Or foresee needing them in the next 10 years.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Cloud Software Architect - Intel DCAI Cloud Engin
10 matches
Mail list logo