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 433afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/flox-smart/index.md
Original file line number Diff line number Diff line change
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 433afa6

Please sign in to comment.