• 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
..
inc Loading commit data...
qa/cppunit Loading commit data...
source Loading commit data...
CppunitTest_svgio.mk Loading commit data...
Library_svgio.mk Loading commit data...
Makefile Loading commit data...
Module_svgio.mk Loading commit data...
README Loading commit data...
svgio.component Loading commit data...