L
Lynn McGuire
Is there a way to compress the text strings in a object of
type std::vector <std::string> ?
We use this object all over our software and the individual
strings can be up to 1 MB in size. A standard way of
compressing these strings would be nice rather than our own
home-grown approach.
Sincerely,
Lynn
type std::vector <std::string> ?
We use this object all over our software and the individual
strings can be up to 1 MB in size. A standard way of
compressing these strings would be nice rather than our own
home-grown approach.
Sincerely,
Lynn