This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 添加: 平均每次耗时0.0009~0.07s | |
| 查询:1000个用时0.030086994171142578 | |
| 查询:10个用时0.0010027885437011719 | |
| QPS:33000 速度极佳,合格 | |
| """ | |
| import socket | |
| import atexit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 执行5000次用时0.03331732749938965 | |
| 平均用时6.6634654998779294e-06 | |
| """ | |
| import socket | |
| import atexit | |
| import time | |
| import threading | |
| from queue import Queue |