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

Algorithmic Tweaks, parallel stream, memory mapped file #3

Merged
merged 21 commits into from
Jan 5, 2024

Commits on Dec 29, 2023

  1. First performance tweaks

    twobiers committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    39452f5 View commit details
    Browse the repository at this point in the history
  2. further tweaks

    twobiers committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    eed49f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. collect into a treemap

    twobiers committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9ebd8fa View commit details
    Browse the repository at this point in the history
  2. Tweak JVM options

    twobiers committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    929629e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de390c View commit details
    Browse the repository at this point in the history
  4. reduce some operations

    twobiers committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    dac013b View commit details
    Browse the repository at this point in the history
  5. oops, add missing braces

    twobiers committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0418608 View commit details
    Browse the repository at this point in the history
  6. tweak JVM options

    twobiers committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6b162b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. small fixes

    twobiers committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    fc87321 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    8816e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7023e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2fe19a View commit details
    Browse the repository at this point in the history
  4. fix min

    twobiers committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    be09e50 View commit details
    Browse the repository at this point in the history
  5. remove compact strings

    twobiers committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    d84a073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    724f8cc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. use UseShenandoahGC

    twobiers committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    83b7367 View commit details
    Browse the repository at this point in the history
  2. integrate mmap

    twobiers committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b04f3f9 View commit details
    Browse the repository at this point in the history
  3. integrate mmap

    twobiers committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cb710a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    b157908 View commit details
    Browse the repository at this point in the history
  2. Fix messed up array logic

    twobiers committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c929408 View commit details
    Browse the repository at this point in the history
  3. Set jdk version

    twobiers committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2ec6b35 View commit details
    Browse the repository at this point in the history