• M
    esx: Improve object-by-type lookup performance · 8c48743b
    Matthias Bolte 提交于
    Instead of using one big traversal spec for lookup use a set of
    more fine grained traversal specs that are selected based on the
    actual needs of the lookup.
    
    This gives up to 20% speedup for certain operations like domain
    listing due to less HTTP(S) traffic.
    8c48743b
esx_driver.c 137.9 KB