• 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
..
source Loading commit data...
user-template Loading commit data...
Library_subsequenttest.mk Loading commit data...
Library_test.mk Loading commit data...
Library_vclbootstrapprotector.mk Loading commit data...
Makefile Loading commit data...
Module_test.mk Loading commit data...
Package_unittest.mk Loading commit data...
README Loading commit data...