Releases: alugowski/poolSTL
Releases · alugowski/poolSTL
v0.3.5
What's Changed
- Add parallel
std::partition
and use it to improve sort by @alugowski in #31 - Remove unnecessary
std::forward
by @alugowski in #32
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add
pluggable_quicksort
and make it default parallel sort impl by @alugowski in #29
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- Reduce symbols in final binary by @alugowski in #23
- Separate sort and stable_sort backends by @alugowski in #24
- Separate out variant_policy by @alugowski in #25
- Independent seq_fwd and variant_policy by @alugowski in #26
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add Windows MinGW tests by @alugowski in #20
- Add newer LLVM (with libc++) test by @alugowski in #21
- Add
poolstl::for_each_chunk
by @alugowski in #22
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Implement
par.on(pool)
by @alugowski in #16 - Add
iota_iter
by @alugowski in #17 - Add
poolstl::variant_policy
and switchpar_if
to it by @alugowski in #18 - Add
std::exclusive_scan
by @alugowski in #19
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add std::sort, std::stable_sort by @alugowski in #10
- Add
poolstl::seq
policy by @alugowski in #13 - Add
poolstl::par_if
policy by @alugowski in #14 - Add std::count, std::count_if by @alugowski in #15
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add single-file amalgamation by @alugowski in #3
- Add std::execution::par supplementation by @alugowski in #4
- Add std::copy by @alugowski in #5
- Add std::fill and std::fill_n by @alugowski in #6
- Add std::transform_reduce by @alugowski in #7
- Add std::find, std::find_if, std::find_if_not by @alugowski in #8
- Add std::all_of, std::any_of, std::none_of by @alugowski in #9
New Contributors
- @alugowski made their first contribution in #3
Full Changelog: https://github.com/alugowski/poolSTL/commits/v0.1.0