https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from David Cook <[email protected]> --- (In reply to Didier Gautheron from comment #5) > What were the rationals for using a big string rather than writing directly > to SDTOUT or a temporary file? > > Are theses assumptions still valid? It looks like it used to print out to STDOUT but it was changed in Bug 11679. After reviewing the code, I'd say it was probably a desire to make the code more readable/easier to maintain. However, it does create this performance problem. Fixing the "tab" and "csv" export should be fairly trivial, but the ODS will be harder since it's a more complex file format (ZIP compressed XML). I'll write another comment about that... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
