Skip to content

fileAppend makes use of optimized fileWrite implementations for JRE 8 and JRE 11 #235

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

mkarg
Copy link
Collaborator

@mkarg mkarg commented Jan 21, 2023

Recently we optimized the fileWrite method for JRE 8 and JRE 11. This PR rewrites the fileAppend method so it makes use of these optimized implementations, while reducing the code size at the same time.

@mkarg
Copy link
Collaborator Author

mkarg commented Jan 21, 2023

@michael-o Kindly requesting review. It is more or less a follow-up to #233, essentially replacing the explicit implementation by simply reusing fileWrite.

@michael-o
Copy link
Member

Please squash

@mkarg
Copy link
Collaborator Author

mkarg commented Jan 21, 2023

Squashed code is pushed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants