Searched refs:ShardBySize (Results 1 – 2 of 2) sorted by relevance
9 func ShardBySize[T ~[]E, E any](toShard T, shardSize int) []T { func26 return ShardBySize(toShard, int(math.Ceil(float64(len(toShard))/float64(shardCount))))
549 return proptools.ShardBySize(paths, shardSize)572 return proptools.ShardBySize(s, shardSize)