Open Issues Need Help
View All on GitHub mac M1芯片,1.20sfm启动时偶尔会直接卡死电脑黑屏重启 2 months ago
help wanted need more information
在大量路由表下 netlink 路由轮询导致 CPU 占用过高 3 months ago
AI Summary: The task is to debug a performance issue in the sing-box universal proxy platform. The issue is high CPU usage caused by frequent polling of the netlink routing table when a large number of routes exist. The solution requires profiling the code (already partially done by the user), identifying the bottleneck in `netlink.RouteListFiltered`, and optimizing the code to reduce the CPU load. This likely involves finding a more efficient way to handle the large routing table.
Complexity:
4/5
bug help wanted