etl
etl copied to clipboard
Incorporate memory model for strings and vectors to reduce overhead of size_type
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?