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

Using NIO 8 to allow better offloading / performance #111

Merged
merged 3 commits into from Dec 23, 2020

Commits on Dec 23, 2020

  1. Requires parent version 7, as it requires JRE 8.

    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Dec 23, 2020
    Copy the full SHA
    c8ed6cc View commit details
    Browse the repository at this point in the history
  2. Java 8: Files.newBufferedReader instead of new FileReader

    Provides potentially better performance.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Dec 23, 2020
    Copy the full SHA
    4bc0050 View commit details
    Browse the repository at this point in the history
  3. Java 8: Files.newBufferedWriter instead of new FileWriter

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