Quantcast
Viewing all articles
Browse latest Browse all 1621

New Post: Stress test of XSSF proves exponential time (performance concerns)

Hi zosea,

Thank you for your stress test result. The reason that HSSFWorkbook is much faster than XSSFWorkbook is because the internal implement of xls and xlsx. xls is using binary to save data but xlsx uses xml. Binary serialization is always fast enough but xml serialization doesn't. Moreover, we do find that there is big performance issue with XmlSerializer. That's why it looks so slow.

Viewing all articles
Browse latest Browse all 1621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>