Re: [Libreoffice] [PATCH] Replaced tools/list with std::vector in funcdesc.hxx / funcdesc.cxx

2011-01-28 Thread Thies Pierdola
Hi, I confirm that this patch and future patches are under LGPLv3+/MPL Regards, Thies Pierdola ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] Replaced tools/list with std::vector in funcdesc.hxx / funcdesc.cxx

2011-01-28 Thread Soeren Moeller
Yet another patch, removing use of tools/list from ScFunctionList, too. In this class there should be a clear performance gain, by using a vector instead of a list, as our tests revealed that the random access Get() function is called 2-3000 times for each use of a spreadsheet function. Note that