Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Large data ahead
Re: Large data ahead [message #51125 is a reply to message #51124] Wed, 30 January 2019 11:50 Go to previous messageGo to previous message
Tom1
Messages: 1301
Registered: March 2007
Ultimate Contributor
OK, I see. I agree it is a stupid thing to waste RAM for storing a whole lot of zeros. Efficiency and speed must be considered in every step along the way and this is one of those steps.

As you pointed out, this is really a "99.999% of 32 bit and 0.001 % of 64 bit" -type of situation, so maybe I should first consider using Buffer<T> instead of Vector<T>. This may be beneficial from multiple points of view after all...

Thanks for your insight. Smile

BR, Tom
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: get debug info after intermittent crashing of theide
Next Topic: umk on Linux
Goto Forum:
  


Current Time: Mon Apr 28 11:17:50 CEST 2025

Total time taken to generate the page: 0.03152 seconds