升级关键字配置转码功能,增加"unicode_ascii_esc","unicode_ascii_aligned","unicode_ncr_dec","unicode_ncr_hex"共4种unicode网页编码,增加"url_encode_gb2312","url_encode_utf8"共2种URL编码。

This commit is contained in:
zhengchao
2016-04-03 12:29:41 +08:00
parent 422899cc81
commit f3f43fd499
8 changed files with 228 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ MESA_htable_handle map_create(void)
hargs.thread_safe=8;
hargs.hash_slot_size = 4*1024;
hargs.max_elem_num = 0;
hargs.eliminate_type = HASH_ELIMINATE_ALGO_LRU;
hargs.eliminate_type = HASH_ELIMINATE_ALGO_FIFO;
hargs.expire_time = 0;
hargs.key_comp = NULL;
hargs.key2index = NULL;