2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

The universal proxy platform

Go

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

The universal proxy platform

Go