Closed akhramov closed 10 months ago
As of now, protobuf maps are represented with std::collections::HashMap, which serves as a robust default. In rarer instances, opting for a different implementation, such as BTreeMap, might be desirable, e.g. for deterministic serialization (#496).
This change
btreemaps
As of now, protobuf maps are represented with std::collections::HashMap, which serves as a robust default. In rarer instances, opting for a different implementation, such as BTreeMap, might be desirable, e.g. for deterministic serialization (#496).
This change
btreemaps
codegen option to generate std::collections::BTreeMap for maps representation.