Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2732
UltraGridExcelEporter (async) export performance
posted

Hello,

I have a small question regarding a performance difference between using the export function and the async export function on the UltraGridExcelExporter (version 11.2.20112.1010).
I noticed that when using the export function its up to 3 times faster than using the async export.

A simple example that exports 54539 rows is included, as you will see:
- export takes up to 94852 milliseconds
- async export takes up to 325792 milliseconds

I noticed the cpu only takes up to a third of its total "power" when using async export; which explains the difference in timings.
But my question is: why does the async export only uses a third of the cpu resources available?

We would like to use async export but if it's that much slower we are "forced" to use the normal export functionalities.

Thanks for your advice.

UltraGridExcelExporterTestSolution.zip