File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
- name : Deepak Cherian
6
6
github : dcherian
7
7
8
- summary : ' flox adds heuristics for automatically choosing an appropriate strategy with dask arrays!'
8
+ summary : ' flox adds heuristics for automatically choosing an appropriate reduction strategy with dask arrays!'
9
9
---
10
10
11
11
## TL;DR
@@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!
89
89
90
90
Using the algorithm described below, flox will ** automatically** set
91
91
` method="cohorts" ` for this dataset unless specified, yielding a 5X decrease in
92
- memory need, and 2X longer in time
92
+ memory used and a 2X increase in runtime. Read on to figure out how!
93
93
94
94
<img src =' /posts/flox-smart/mem.png ' alt =' Memory usage ' width =' 60% ' />
95
95
You can’t perform that action at this time.
0 commit comments