Skip to content

Commit 4e121d1

Browse files
committed
Updated the GForce part
1 parent 7a6920e commit 4e121d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/openmp-utils.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
Functions with GForce optimization are internally parallelized to speed up grouped summaries over a large \code{data.table}. OpenMP is used here to parallelize operations involved in calculating group-wise statistics like sum, mean, and median (implying faster computation of \code{sd}, \code{var}, and \code{prod} as well).
119119

120-
These optimized grouping operations benefit more in terms of speedup if the input data contains a large number of rows (since they are often used to aggregate data across groups).
120+
These optimized grouping operations benefit more in terms of speedup if the input data contains a large number of groups since they leverage parallelization more efficiently by eliminating the overhead of individual group evaluations.
121121

122122
\item\file{nafill.c} - \code{\link{nafill}()}
123123

0 commit comments

Comments
 (0)