Files
kubernetes/vendor
Mike Spreitzer 05abd0c07d More work on shuffle sharding utils
Changes following up on PR #807810 .

Made the validation checking function return a slice of error messages
rather than just a bit.

Replaced all the `int32` with `int` because this is intended for more
than just the priority-and-faireness feature and so should not be a
slave to its configuration datatypes.

Introduced ShuffleAndDealIntoHand, to make memory allocation the
caller's problem/privilege.

Made the hand uniformity tester avoid reflection, evaluate the
histogram against the expected range of counts, and run multiple test
cases, including one in which the number of hash values is a power of
two with four extra bits (as the validation check requires) and one in
which the deck size is not a power of two.

Updated the fairqueuing implementation to use the shuffle sharding
utility package.
2019-09-26 01:06:00 -04:00
..
2019-08-19 17:16:24 -07:00