http_proto
http_proto copied to clipboard
put metadata on a diet
Some fields in metadata such as the counts for various fields use std::size_t which is definitely overkill in both 32 and 64 bit builds.
Is there a constant representing the maximum number of fields in a container? If so, we should let that guide us for a suitable integer width to represent counts.