Skip to content

Commit

Permalink
NEWS: Mention performance improvement [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 19, 2024
1 parent 063ec92 commit 3cbdb56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Version (development version)

* ...
## Performance

* Decreased the overhead of launching futures that occurred for future
strategies that used a complex `workers` argument. For example,
`plan(cluster, workers = cl)`, where `cl` is a `cluster` object,
would come with an extra overhead, because the `workers` object was
unnecessarily transferred to the cluster nodes.


# Version 1.33.1 [2023-12-21]
Expand Down

0 comments on commit 3cbdb56

Please sign in to comment.