Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 v1.6.64 Sep 13, 2024 v1.6.4 Sep 13, 2024 Changes in this version + const MAX_BUCKET_COUNT + const MAX_FREE_NODE_COUNT + type BucketHeap struct + func NewBucketHeap(buckets, capacity int) *BucketHeap + func (s *BucketHeap) Pop() interface{} + func (s *BucketHeap) Push(bucketIndex int, x interface{}) error