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 55 - name : Deepak Cherian
66 github : dcherian
77
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!'
99---
1010
1111## TL;DR
@@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!
8989
9090Using the algorithm described below, flox will ** automatically** set
9191` 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!
9393
9494<img src =' /posts/flox-smart/mem.png ' alt =' Memory usage ' width =' 60% ' />
9595
You can’t perform that action at this time.
0 commit comments