Files
kubernetes/pkg
Jan Safranek c7da3abd5b volume controller: Speed up binding by not sorting volumes
The binder sorts all available volumes first, then it filters out volumes
that cannot be bound by processing each volume in a loop and then finds
the smallest matching volume by binary search.

So, if we process every available volume in a loop, we can also remember the
smallest matching one and save us potentially long sorting (and quick binary
search).
2016-05-20 12:26:39 +02:00
..
2016-04-26 15:08:34 -04:00
2016-05-10 12:03:41 -04:00
2016-05-13 17:27:58 -07:00
2016-05-15 16:04:19 -07:00
2016-05-11 18:07:35 -04:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00