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

Conversation

willnet
Copy link
Owner

@willnet willnet commented Apr 11, 2021

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

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 willnet merged commit 652f657 into main Apr 12, 2021
willnet added a commit that referenced this pull request Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

データの読み込みを必要になるまで遅延させる
1 participant