适配fieldstat3新接口(节约10%); 减少strlen的调用(节约2%); 优化栈变量的初始化(节约1%),累计节约13%CPU
This commit is contained in:
@@ -1153,7 +1153,7 @@
|
||||
"table_content": {
|
||||
"format": "uncase plain",
|
||||
"match_method": "complete",
|
||||
"keywords": "country_full_test.city_full_test.",
|
||||
"keywords": "country_full_test..city_full_test.",
|
||||
"expr_type": "none"
|
||||
}
|
||||
}
|
||||
@@ -1184,7 +1184,7 @@
|
||||
"table_content": {
|
||||
"format": "uncase plain",
|
||||
"match_method": "complete",
|
||||
"keywords": "country_full_test.city_full_test.",
|
||||
"keywords": "country_full_test..city_full_test.",
|
||||
"expr_type": "none"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user