• k8s-merge-robot's avatar
    Merge pull request #28781 from wojtek-t/optimize_priorities_2 · 98030ded
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance
    
    
    
    Currently copies that are made while copying/creating api.NodeList are significant part of scheduler profile, and a bunch of them are made in places, that are not-parallelizable.
    Ref #28590
    98030ded
Name
Last commit
Last update
..
delta_fifo.go Loading commit data...
delta_fifo_test.go Loading commit data...
doc.go Loading commit data...
expiration_cache.go Loading commit data...
expiration_cache_fakes.go Loading commit data...
expiration_cache_test.go Loading commit data...
fake_custom_store.go Loading commit data...
fifo.go Loading commit data...
fifo_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
listers.go Loading commit data...
listers_test.go Loading commit data...
listwatch.go Loading commit data...
listwatch_test.go Loading commit data...
reflector.go Loading commit data...
reflector_test.go Loading commit data...
store.go Loading commit data...
store_test.go Loading commit data...
thread_safe_store.go Loading commit data...
undelta_store.go Loading commit data...
undelta_store_test.go Loading commit data...