etl icon indicating copy to clipboard operation
etl copied to clipboard

Incorporate memory model for strings and vectors to reduce overhead of size_type

Open brawner opened this issue 4 months ago • 0 comments

These are my two main container classes my project uses, and I noticed they don't make use of the Memory Model concept. Can I add a request that this gets added for these classes so that the overhead of the size_type can be reduced?

brawner avatar Oct 11 '24 19:10 brawner