Skip to content

Commit 42718f4

Browse files
committed
Added a statement on throttling as per Ben's suggestion
1 parent 4e121d1 commit 42718f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

man/openmp-utils.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ Apart from increasing the size of the input data, function-specific parameters w
149149
\item Having more and/or complex conditional logic when using \code{\link{fifelse}()} or \code{\link{subset}()}
150150
}
151151

152+
\code{data.table} also incorporates throttling mechanisms to prevent the excessive creation of threads (can lead to significant overhead) for small data tasks.
153+
152154
Note: The information above is based on implementation-specific details as of March 2024.
153155

154156
}

0 commit comments

Comments
 (0)