nyan icon indicating copy to clipboard operation
nyan copied to clipboard

Optimize memory usage using std::string_view

Open tusharpm opened this issue 6 years ago • 0 comments

The file contents loaded from util::read_file can be used to optimize the storage requirements for Tokens (especially value) using std::string_view instead of std::string.

tusharpm avatar Dec 18 '17 17:12 tusharpm