Home » Developing U++ » U++ Developers corner » Large data ahead
Re: Large data ahead [message #51123 is a reply to message #51120] |
Wed, 30 January 2019 10:22   |
Tom1
Messages: 1305 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi,
How about making the containers internally int64 and then offering both int and int64 interfaces in parallel? I'm sure there would be some tight spots (with e.g. serialization to maintain binary compatibility with int indexed serialized content in a way that they maintain the old binary serialization format until the element count goes beyond reach of int.) In most cases we know for sure already that the item count will absolutely remain below 2G, so there is no point in using int64 indexing in those cases, and therefore int offsets can be retained throughout the rest of such code.
Anyway, I have no hurry for this at the moment, so let's just give it some time...
Best regards,
Tom
|
|
|
Goto Forum:
Current Time: Sun Aug 03 18:51:10 CEST 2025
Total time taken to generate the page: 0.08008 seconds
|