We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5555c0c commit dccb5f5Copy full SHA for dccb5f5
common/json-schema-to-grammar.cpp
@@ -391,7 +391,7 @@ class SchemaConverter {
391
private:
392
std::function<json(const std::string &)> _fetch_json;
393
bool _dotall;
394
- std::map<std::string, std::string> _rules;
+ std::unordered_map<std::string, std::string> _rules;
395
std::unordered_map<std::string, json> _refs;
396
std::unordered_set<std::string> _refs_being_resolved;
397
std::vector<std::string> _errors;
0 commit comments