Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rayon-rs/rayon issues and pull requests

#1115 - Update Wasm section of README

Pull Request - State: closed - Opened by RReverser 8 months ago

#1114 - Run tests w/ fallback on wasm32-unknown-unknown

Pull Request - State: closed - Opened by RReverser 9 months ago - 10 comments

#1113 - Release rayon 1.8.1 and rayon-core 1.12.1

Pull Request - State: closed - Opened by cuviper 9 months ago - 1 comment

#1112 - doc: be more clear about what the 'spawn' does

Pull Request - State: closed - Opened by bishopcheckmate 9 months ago - 1 comment

#1111 - Upgrade glium in rayon-demo

Pull Request - State: closed - Opened by cuviper 9 months ago

#1110 - Use wasm-sync to allow usage on the main browser thread

Pull Request - State: closed - Opened by RReverser 9 months ago - 21 comments

#1109 - Switch from Bors-NG to GitHub merge queues

Pull Request - State: closed - Opened by cuviper 10 months ago

#1108 - Matrix multiplication with Rayon doesn't see perf improvements

Issue - State: closed - Opened by oliverhu 10 months ago - 3 comments

#1107 - Document implicit yield in install() per #1105

Pull Request - State: closed - Opened by benkay86 10 months ago - 1 comment

#1106 - rayon-core tests fail to build.

Issue - State: closed - Opened by plugwash 10 months ago - 6 comments

#1102 - Error reporting in scoped tasks

Issue - State: closed - Opened by jplatte 11 months ago
Labels: question

#1101 - how drop rayon whren it in a dylib and dylib should be droped?

Issue - State: open - Opened by simline 11 months ago - 4 comments

#1100 - Way to have assertion whether something is outside of a rayon task

Issue - State: closed - Opened by solomatov 11 months ago - 2 comments
Labels: question

#1099 - Fixed typos

Pull Request - State: closed - Opened by fritzrehde 11 months ago - 2 comments

#1098 - Optional parallelization

Issue - State: open - Opened by robertvazan 11 months ago

#1098 - Optional parallelization

Issue - State: open - Opened by robertvazan 11 months ago

#1097 - Handle/guard support for current thread pool

Issue - State: open - Opened by nazar-pc 11 months ago - 1 comment

#1096 - Add SIMD SORT as an option

Issue - State: open - Opened by paulabrudanandrei 12 months ago - 1 comment

#1095 - Docs on "spawn" don't say what exactly this function does

Issue - State: closed - Opened by safinaskar 12 months ago - 1 comment

#1094 - Update version number in Readme

Pull Request - State: closed - Opened by atouchet about 1 year ago - 2 comments

#1093 - Release rayon 1.8.0 and rayon-core 1.12.0

Pull Request - State: closed - Opened by cuviper about 1 year ago - 2 comments

#1092 - Clippy fixes

Pull Request - State: closed - Opened by cuviper about 1 year ago - 2 comments

#1091 - Remove the semi-secret logging

Pull Request - State: closed - Opened by cuviper about 1 year ago - 2 comments

#1090 - Using async iterator-like SQLX fetch with Rayon

Issue - State: open - Opened by nyurik about 1 year ago - 4 comments

#1089 - `ParallelExtend` for tuples of references

Issue - State: open - Opened by xosmig about 1 year ago

#1089 - `ParallelExtend` for tuples of references

Issue - State: open - Opened by xosmig about 1 year ago - 3 comments

#1088 - How to dynamically change the number of threads during runtime?

Issue - State: closed - Opened by BA8F0D39 about 1 year ago - 2 comments

#1088 - How to dynamically change the number of threads during runtime?

Issue - State: closed - Opened by BA8F0D39 about 1 year ago - 2 comments

#1087 - core: registry: Factor out "wait till out of work" part of the main loop.

Pull Request - State: closed - Opened by emilio about 1 year ago - 3 comments

#1087 - core: registry: Factor out "wait till out of work" part of the main loop.

Pull Request - State: open - Opened by emilio about 1 year ago - 1 comment

#1086 - How to implement ParallelIterator for a custom Range?

Issue - State: open - Opened by hardskulls about 1 year ago - 13 comments

#1086 - How to implement ParallelIterator for a custom Range?

Issue - State: open - Opened by hardskulls about 1 year ago

#1085 - Use a custom Iterator implementation for `enumerate`

Pull Request - State: open - Opened by Lucretiel about 1 year ago - 1 comment

#1085 - Use a custom Iterator implementation for `enumerate`

Pull Request - State: closed - Opened by Lucretiel about 1 year ago - 2 comments

#1084 - `add` and `mul` now use a `[T, T]` array instead of chained iter::once

Pull Request - State: closed - Opened by Lucretiel about 1 year ago - 2 comments

#1084 - `add` and `mul` now use a `[T, T]` array instead of chained iter::once

Pull Request - State: closed - Opened by Lucretiel about 1 year ago - 2 comments

#1083 - calling `buffer.par_sort_unstable_by_key` from a task calls the task itself

Issue - State: open - Opened by progval about 1 year ago - 3 comments

#1083 - calling `buffer.par_sort_unstable_by_key` from a task calls the task itself

Issue - State: closed - Opened by progval about 1 year ago - 4 comments

#1082 - Extremely deep call stack on MacOS

Issue - State: closed - Opened by federicomenaquintero about 1 year ago - 2 comments

#1080 - Feature Request: par_enumerate()

Issue - State: closed - Opened by eliasjonsson023 about 1 year ago - 3 comments

#1079 - par_bridge and IndexedParallelIterator

Issue - State: closed - Opened by v1gnesh about 1 year ago - 2 comments

#1078 - Make pariter discoverable

Pull Request - State: closed - Opened by safinaskar about 1 year ago - 6 comments

#1076 - Yet more confusion about panic_handlers

Issue - State: closed - Opened by cmyr about 1 year ago - 3 comments

#1075 - Promise not to buffer `par_bridge`

Pull Request - State: closed - Opened by cuviper about 1 year ago - 2 comments

#1073 - Consider adding `IntoParalleliterator` impls for boxed slices, etc.

Issue - State: open - Opened by JanBeh about 1 year ago - 1 comment

#1072 - MIRI detects leaks even when using temporary pool

Issue - State: open - Opened by AngelicosPhosphoros about 1 year ago - 5 comments

#1071 - Parallel map, which transforms one sequential iterator into another

Pull Request - State: closed - Opened by safinaskar about 1 year ago - 12 comments

#1069 - Is it okay to use libc::__errno_location with rayon?

Issue - State: open - Opened by safinaskar about 1 year ago - 4 comments

#1067 - Stop ParallelIterator sooner

Issue - State: closed - Opened by skyf0l over 1 year ago - 2 comments

#1066 - Panic messages sometimes eaten in tests

Issue - State: open - Opened by alexcrichton over 1 year ago - 3 comments

#1065 - Fix #1064

Pull Request - State: closed - Opened by Pr0methean over 1 year ago

#1064 - yield_local can cause stack overflow

Issue - State: open - Opened by Pr0methean over 1 year ago - 3 comments

#1063 - core: Introduce ThreadPoolBuilder::use_current_thread.

Pull Request - State: closed - Opened by emilio over 1 year ago - 11 comments

#1062 - Miri reports leaks

Issue - State: closed - Opened by emilio over 1 year ago - 3 comments

#1061 - Add more `FromParallelIterator` and `ParallelExtend`

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1060 - `rayon::scope` in an `async` context?

Issue - State: closed - Opened by bonsairobo over 1 year ago - 4 comments

#1059 - Refactor scope latches to reduce matching

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1058 - Try local jobs first in `wait_until_cold`

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1057 - Improve inlining of scope latch counters

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1056 - [Question] How to start tasks approximately in order

Issue - State: open - Opened by Pr0methean over 1 year ago - 2 comments

#1055 - Revert "Use cargo's sparse protocol"

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1054 - Scheduling fairness between spawn and par_iter

Issue - State: open - Opened by remifontan over 1 year ago - 21 comments

#1053 - [Question] Is `DoubleEndedIterator` needed?

Issue - State: closed - Opened by zommiommy over 1 year ago - 2 comments

#1052 - Stealing jobs from an existing pool / scope

Issue - State: closed - Opened by emilio over 1 year ago - 15 comments

#1051 - Fix typo in max_by docs

Pull Request - State: closed - Opened by Rilazy over 1 year ago - 3 comments

#1050 - Typo in max_by documentation

Issue - State: closed - Opened by Rilazy over 1 year ago - 1 comment

#1049 - par_sort_unstable_by_cached_key?

Issue - State: closed - Opened by FranklinYu over 1 year ago - 2 comments

#1048 - Mutable iteration appears to be significantly slower than non-mutable

Issue - State: closed - Opened by nazar-pc over 1 year ago - 2 comments

#1047 - Is wasm-bindgen-rayon actually needed?

Issue - State: closed - Opened by qtfkwk over 1 year ago - 1 comment

#1046 - Parallelizing internal mutate of elements in vector at specific indices

Issue - State: open - Opened by jkbch over 1 year ago - 1 comment

#1045 - Iterating over an N-dimensional range

Issue - State: closed - Opened by davids91 over 1 year ago - 3 comments

#1044 - Document performance characteristic under small collection sizes

Issue - State: closed - Opened by ZhennanWu over 1 year ago - 3 comments

#1043 - clarify collect/unzip_into_vec

Pull Request - State: closed - Opened by TheIronBorn over 1 year ago - 2 comments

#1042 - mark spawn function unsafe

Pull Request - State: closed - Opened by kitcatier over 1 year ago - 1 comment

#1041 - Support for step_trait

Issue - State: open - Opened by nazar-pc over 1 year ago - 3 comments

#1040 - actor model?

Issue - State: open - Opened by yatesco over 1 year ago - 2 comments

#1039 - Consider adding collect_into

Issue - State: open - Opened by nazar-pc over 1 year ago - 1 comment
Labels: parity-std

#1038 - How to use dyn Trait with rayon without performance loss?

Issue - State: open - Opened by kloki over 1 year ago - 5 comments

#1037 - seg fault with `par_iter` over mutable array

Issue - State: closed - Opened by umutacar over 1 year ago - 2 comments

#1036 - [WIP] Create Scan parallel iterator

Pull Request - State: open - Opened by arieluy over 1 year ago

#1035 - Antivirus flagging rayon core

Issue - State: closed - Opened by willmendil over 1 year ago - 6 comments

#1034 - TSP Readme; add not for dj10 source

Pull Request - State: closed - Opened by Horki over 1 year ago - 2 comments

#1033 - Use cargo's sparse protocol

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1032 - Use phantomdata in CopyOnDrop

Pull Request - State: closed - Opened by Manishearth over 1 year ago - 3 comments

#1031 - Release rayon 1.7.0 and rayon-core 1.11.0

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1030 - Be more cautious about drain drops

Pull Request - State: closed - Opened by cuviper over 1 year ago - 3 comments

#1028 - Be careful comparing `job_ref.execute_fn`

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1027 - Use const-TLS for the `WorkerThread` pointer (MSRV 1.59)

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1026 - Add `yield_now` and `yield_local`

Pull Request - State: closed - Opened by cuviper over 1 year ago - 13 comments

#1025 - Stop deriving traits on JobRef

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1024 - Add `ParallelIterator::take_any_while` and `skip_any_while`

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1023 - derive(Clone) for SkipAny and TakeAny

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#1022 - Add TakeAny and SkipAny

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments