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

Improve performance #437

Merged
merged 19 commits into from
Aug 1, 2023
Merged

Improve performance #437

merged 19 commits into from
Aug 1, 2023

Commits on Jan 13, 2023

  1. Don't use treemap for finding pages and file

    Dawa Ometto committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    98d05a5 View commit details
    Browse the repository at this point in the history
  2. Fix relative paths

    Dawa Ometto committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8dc3f15 View commit details
    Browse the repository at this point in the history
  3. Don't match files for pages

    Dawa Ometto committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    936040f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Minor refactor

    Dawa Ometto committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a14f75e View commit details
    Browse the repository at this point in the history
  2. Reimplement global find

    Dawa Ometto committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d69363a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6535c0c View commit details
    Browse the repository at this point in the history
  4. Improve test

    Dawa Ometto committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d58738b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. GitAccess: improve #tree! performance

    Dawa Ometto committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c2b47b4 View commit details
    Browse the repository at this point in the history
  2. Expect mode to be an Integer

    Dawa Ometto committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    e3ae217 View commit details
    Browse the repository at this point in the history
  3. Depend on temporary adapter branch for tests

    Dawa Ometto committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    88b3c4c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Utilize Tree#find_blob for further improvements

    Dawa Ometto committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    adcd222 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update Gemfile

    dometto authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d01552a View commit details
    Browse the repository at this point in the history
  2. Update Gemfile

    dometto authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2a23e83 View commit details
    Browse the repository at this point in the history
  3. Update Gemfile

    dometto authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    565eb31 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Pathname refactors

    Dawa Ometto committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2836067 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. page.rb Pathname refactor

    Dawa Ometto committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5e9966b View commit details
    Browse the repository at this point in the history
  2. Depend on the released adapter gems

    Dawa Ometto committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a51a7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. file.rb: remove unneeded version.to_s call.

    Dawa Ometto committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0498f5b View commit details
    Browse the repository at this point in the history
  2. Provide compatibility with latest minitest.

    Dawa Ometto committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3c5028c View commit details
    Browse the repository at this point in the history