Performance issues with the Python importlib package under high QPS scenarios

前端 未结 0 346
迷失自我
迷失自我 2021-01-06 15:39

I used importlib package in my program to execute user functions dynamiclly, as shown below.

modules = defaultdict()
if module_path not in modules:
    module         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题