Skip to content

Commit

Permalink
slightly bigger memory usage with dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Mar 17, 2024
1 parent 8351409 commit bc9d596
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Median time for the different models in the book
|:------------|-------:|---------------:|-----------:|-----------------:|--------------------------:|-------------:|
|Alpaca | 213.4ms| 2.3s| 1.35s| 1.86s| 2.59s| 4.96s|
|Base R | 1.5m | 1.53m| 23.43m| 23.52m| 23.16m| 24.85m|
|**Capybara** | 323ms | 3.24s| 1.47s| 1.84s| 2.44s| 4.56s|
|**Capybara** | 337ms | 3.19s| 1.37s| 1.74s| 2.66s| 4.65s|
|Fixest | 67.4ms| 477.08ms| 95.88ms| 136.21ms| 206.12ms| 415.31ms|

Memory allocation for the same models
Expand All @@ -133,7 +133,7 @@ Memory allocation for the same models
|:------------|--------:|---------------:|-----------:|-----------------:|--------------------------:|-------------:|
|Alpaca | 304.8MB | 339.8MB| 306.3MB| 335.61MB| 393.86MB| 539.49MB|
|Base R | 2.73GB| 2.6GB| 11.9GB| 11.94GB| 11.95GB| 11.97GB|
|**Capybara** | 204MB | 231MB| 237MB| 244MB| 258MB| 293MB|
|**Capybara** | 210MB | 235MB| 241MB| 249MB| 263MB| 299MB|
|Fixest | 44.59MB| 36.59MB| 28.1MB| 32.43MB| 41.12MB| 62.87MB|

# Debugging
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Analysis](https://www.wto.org/english/res_e/publications_e/advancedguide2016_e.h
| :----------- | ------: | --------------: | ----------: | ----------------: | -------------------------: | ------------: |
| Alpaca | 213.4ms | 2.3s | 1.35s | 1.86s | 2.59s | 4.96s |
| Base R | 1.5m | 1.53m | 23.43m | 23.52m | 23.16m | 24.85m |
| **Capybara** | 323ms | 3.24s | 1.47s | 1.84s | 2.44s | 4.56s |
| **Capybara** | 337ms | 3.19s | 1.37s | 1.74s | 2.66s | 4.65s |
| Fixest | 67.4ms | 477.08ms | 95.88ms | 136.21ms | 206.12ms | 415.31ms |

Memory allocation for the same models
Expand All @@ -127,7 +127,7 @@ Memory allocation for the same models
| :----------- | ------: | --------------: | ----------: | ----------------: | -------------------------: | ------------: |
| Alpaca | 304.8MB | 339.8MB | 306.3MB | 335.61MB | 393.86MB | 539.49MB |
| Base R | 2.73GB | 2.6GB | 11.9GB | 11.94GB | 11.95GB | 11.97GB |
| **Capybara** | 204MB | 231MB | 237MB | 244MB | 258MB | 293MB |
| **Capybara** | 210MB | 235MB | 241MB | 249MB | 263MB | 299MB |
| Fixest | 44.59MB | 36.59MB | 28.1MB | 32.43MB | 41.12MB | 62.87MB |

# Debugging
Expand Down
Binary file added dev/bench_endogeneity.rds
Binary file not shown.
Binary file added dev/bench_globalization.rds
Binary file not shown.
Binary file added dev/bench_phasing.rds
Binary file not shown.
Binary file added dev/bench_ppml.rds
Binary file not shown.
Binary file added dev/bench_reverse_causality.rds
Binary file not shown.
Binary file added dev/bench_trade_diversion.rds
Binary file not shown.
24 changes: 12 additions & 12 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
intro: intro.html
last_built: 2024-03-17T19:40Z
last_built: 2024-03-17T19:47Z

2 changes: 1 addition & 1 deletion docs/reference/apes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/bias_corr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/feglm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/felm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fenegbin.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fepoisson.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc9d596

Please sign in to comment.