Home » Developing U++ » U++ Developers corner » Large data ahead
Large data ahead [message #51119] |
Tue, 29 January 2019 15:56  |
Tom1
Messages: 1301 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi,
It seems there is 'Large data ahead' as I have already faced data sets with over 1e9 items. While the containers (Vector, Array, etc.) have an "int GetCount()", there will soon be a question about handling those large data sets as int will wrap. Obviously, these large data sets run only on 64-bit platforms and with 32+ GB of memory, but this seems to be reality already.
Is there a plan to make high item count variants of U++ containers? Or just change the current containers to be high item count compatible using int64 instead of int?
Best regards,
Tom
|
|
|
Goto Forum:
Current Time: Fri Apr 25 17:12:57 CEST 2025
Total time taken to generate the page: 0.00981 seconds
|