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

NIO-7: Potential performance gains using offloading #91

Merged
merged 2 commits into from Dec 14, 2020

Commits on Aug 16, 2020

  1. Java 7: Files.newOutputStream instead of new FilesOutputStream

    Provides potentially better performance.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Aug 16, 2020
    Copy the full SHA
    304b102 View commit details
    Browse the repository at this point in the history
  2. Java 7: Files.newInputStream instead of new FilesInputStream

    Provides potentially better performance.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Aug 16, 2020
    Copy the full SHA
    eff4178 View commit details
    Browse the repository at this point in the history