GoExpertProgramming
GoExpertProgramming copied to clipboard
标准库容器
容器类型:
- heap(src/container/heap)
- list(src/container/list)
- ring(src/container/ring)
- set(非标准库)(https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/apimachinery/pkg/util/sets)
参考素材:
-
heap
kubefed 实现的delivererHeap -
heap
kubernetes 实现的 TimeValue