Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML-efficiency #9

Open
szaghi opened this issue Jan 9, 2015 · 0 comments
Open

XML-efficiency #9

szaghi opened this issue Jan 9, 2015 · 0 comments
Labels

Comments

@szaghi
Copy link
Owner

szaghi commented Jan 9, 2015

This is not properly a bug. There is an inefficiency when saving XML raw (binary) file. To write raw data into XML file the library uses a temporary scratch file to save binary data while saving all formatting data to the final XML file. Only when all XML formatting data have been written the scratch file is rewind and the binary data is saved in the final tag of XML file as raw appended data. This approach is not efficient.

@szaghi szaghi added the bug label Jan 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant