client-native
client-native copied to clipboard
Improve EditServer performance
EditServer has a linear time complexity because all backend servers are parsed for each call.
It would be useful to have a constant execution time especially this tend to be called frequently to scale up/down backend servers in Ingress Controller
before we optimize this, we also need to optimize this specific part in config-parser project