client-native icon indicating copy to clipboard operation
client-native copied to clipboard

Improve EditServer performance

Open Mo3m3n opened this issue 3 years ago • 1 comments

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

Mo3m3n avatar Feb 25 '22 09:02 Mo3m3n

before we optimize this, we also need to optimize this specific part in config-parser project

oktalz avatar Feb 25 '22 12:02 oktalz