feat: performance improvement for init the world
likakuli opened this issue · 2 comments
likakuli commented
Is your feature request related to a problem? Please describe.
init the world will cost too much time when get data from large cluster. by network transport and json decode
Describe the solution you'd like
reduce json decode cost
- use jsoniter instead of encoding/json but need to update k8s related pkg.
- decode json In parallel
Describe alternatives you've considered
must not get data from etcd
Additional context
likakuli commented
likakuli commented