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

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

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.

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

Successfully merging this pull request may close these issues.

None yet

3 participants