• Noel Grandin's avatar
    tdf#69977: uno::Sequence is expensive · 58d8d8ac
    Noel Grandin yazdı
    when used as a mutable data-structure. Plain std::vector halves the time
    taken to display the chart dialog
    
    Create a class to represent the std::vector we are going to be passing
    around, and move some of the utility methods into it to make the code
    prettier.
    Also create an optimised append(&&) method for the common case of
    appending small temporaries.
    
    Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485
    58d8d8ac
Adı
Son kayıt (commit)
Son güncelleme
..
beans Loading commit data...
container Loading commit data...
diff Loading commit data...
sheet Loading commit data...
text Loading commit data...
util Loading commit data...
bootstrapfixture.cxx Loading commit data...
calc_unoapi_test.cxx Loading commit data...
callgrind.cxx Loading commit data...
htmltesttools.cxx Loading commit data...
isheadless.hxx Loading commit data...
mtfxmldump.cxx Loading commit data...
primitive2dxmldump.cxx Loading commit data...
unoapi_test.cxx Loading commit data...
vclbootstrapprotector.cxx Loading commit data...
xmltesttools.cxx Loading commit data...
xmlwriter.cxx Loading commit data...