Skip to content

Commit d8a3907

Browse files
authored
Update CHANGELOG.md
1 parent 71a6110 commit d8a3907

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ OhMyThreads.jl Changelog
33

44
Version 0.8.2
55
------------
6-
- ![Feature][badge-feature] Added a `minchunksize` chunking argument for schedulers, so that they can specify a lower bound on the size of chunks which are worth parallelizing. For example, `treduce(+, 1:10; minchunksize=100)` will run serially, but `treduce(+, 1:1000000; minchunksize=100)` will be parallelized.
7-
- ![Enhancement][badge-enhancement] Operations on collections with only one 'chunk' no longer spawn an unnecessary task. That means operations like `treduce(+, 1:10; minchunksize=100)` will have less overhead.
6+
- ![Feature][badge-feature] Added a `minchunksize` chunking argument for schedulers, so that they can specify a lower bound on the size of chunks which are worth parallelizing. For example, `treduce(+, 1:10; minchunksize=100)` will run serially, but `treduce(+, 1:1000000; minchunksize=100)` will be parallelized [#145][gh-pr-145].
7+
- ![Enhancement][badge-enhancement] Operations on collections with only one 'chunk' no longer spawn an unnecessary task. That means operations like `treduce(+, 1:10; minchunksize=100)` will have less overhead [#145][gh-pr-145].
88

99
Version 0.8.1
1010
------------
@@ -157,3 +157,4 @@ Version 0.2.0
157157
[gh-pr-135]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/135
158158
[gh-pr-141]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/141
159159
[gh-pr-142]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/142
160+
[gh-pr-145]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/145

0 commit comments

Comments
 (0)