使用cJSON_ArrayForEach替代cJSON_GetArrayItem,提高maat json解析速度。

This commit is contained in:
zhengchao
2019-08-16 14:32:26 +08:00
parent fdf41bfc1a
commit 912556ea33
4 changed files with 15 additions and 20 deletions

View File

@@ -33,7 +33,7 @@
#include "stream_fuzzy_hash.h"
#include "gram_index_engine.h"
int MAAT_FRAME_VERSION_2_8_20190728=1;
int MAAT_FRAME_VERSION_2_8_20190816=1;
int is_valid_expr_type(enum MAAT_EXPR_TYPE expr_type)