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

データの読み込みを遅延させた #41

Merged
merged 1 commit into from
Apr 12, 2021
Merged

データの読み込みを遅延させた #41

merged 1 commit into from
Apr 12, 2021

Commits on Apr 11, 2021

  1. データの読み込みを遅延させた

    Fix #39
    
    bundle exec derailed bundle:mem の結果
    
    ## before
    
    ```
    TOP: 18.4063 MiB
      gimei: 18.3828 MiB
        yaml: 0.5508 MiB
          psych: 0.543 MiB
            psych/visitors: 0.3164 MiB
        gimei/name: 0.4531 MiB
          romaji: 0.418 MiB
    ```
    
    ## after
    
    ```
    TOP: 1.7852 MiB
      gimei: 1.7656 MiB
        yaml: 1.0742 MiB
          psych: 1.0625 MiB
            psych/visitors: 0.5352 MiB
        gimei/name: 0.4727 MiB
          romaji: 0.3867 MiB
    ```
    willnet committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    064325e View commit details
    Browse the repository at this point in the history