Skip to content

Commit 822f773

Browse files
committed
Update performance.md
1 parent 1f7d4ae commit 822f773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This is because every single change in a data set will trigger multiple function
6363

6464
## Choose `groupby` or `gatherby` based on the problem in hand
6565

66-
Beside the order of the output, `groupby` and `gatherby` use very different approaches for grouping observations. `groupby/!` utilises the multithreading efficiently however, `gatherby` exploits the fast path of computations for some specific operations and usually has lower memory footprint.
66+
Beside the order of the output, note that `groupby` and `gatherby` use very different approaches for grouping observations. `groupby/!` utilises the multithreading efficiently however, `gatherby` exploits the fast path of computations for some specific operations and usually has lower memory footprint.
6767

6868
## Beware that every column must support `missings`
6969

0 commit comments

Comments
 (0)