Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Aug 3, 2024
1 parent 9448fb2 commit ab715b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/flox-smart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- name: Deepak Cherian
github: dcherian

summary: 'flox adds heuristics for automatically choosing an appropriate strategy with dask arrays!'
summary: 'flox adds heuristics for automatically choosing an appropriate reduction strategy with dask arrays!'
---

## TL;DR
Expand Down Expand Up @@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!

Using the algorithm described below, flox will **automatically** set
`method="cohorts"` for this dataset unless specified, yielding a 5X decrease in
memory need, and 2X longer in time
memory used and a 2X increase in runtime. Read on to figure out how!

<img src='/posts/flox-smart/mem.png' alt='Memory usage' width='60%' />

Expand Down

0 comments on commit ab715b9

Please sign in to comment.