api7 / lua-resty-radixtree

Adaptive Radix Trees implemented in Lua / LuaJIT
https://api7.ai/
Apache License 2.0
256 stars 61 forks source link

radixtree.new cost nearly 120s when uri_routes num is 10w #127

Open xiewenhui opened 1 year ago

xiewenhui commented 1 year ago

hi api7team, I tested and found radixtree.new() cost nearly 120s when uri_routes num is 10w (32core, 32G, centos Physical Machine server), I use radixtree_uri_with_parameter for http router. do you have any optimize suggestions?