k-cloud-labs/kluster-capacity

feat: performance improvement for init the world

likakuli opened this issue · 2 comments

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

  1. use jsoniter instead of encoding/json but need to update k8s related pkg.
  2. decode json In parallel

Describe alternatives you've considered
must not get data from etcd

Additional context