Nothing
recommendedEfficiency
argument (has been removed from findOptimalThreadCount
). This allows the user to construct plots without recommended efficiency lines and points, and on the other hand, to easily add them when needed with the help of this function. findOptimalThreadCount
now has recommendedEfficiency
, an argument for adjusting the slope of the recommended speedup trend/line and the recommended thread count designating point in speedup plots generated by using the plot method on an object returned by the function.data.table
returned by findOptimalThreadCount
.verbose
and times
to runBenchmarks
and findOptimalThreadCount
, allowing users to enable/disable detailed message printing and specify the number of benchmark repetitions.plot
method constructs a more intuitive ggplot
for data_table_threads_benchmark
class objects.data.table
operations based on recommended/optimal performance (in benchmarks) of a user-specified data.table
function.data.table
over data.frame
, implementation of faster data aggregation operations, minimizing overhead for various function calls, etc.).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.