issues
search
crossbeam-rs
/
crossbeam
Tools for concurrent programming in Rust
Apache License 2.0
7.48k
stars
471
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: add with_bias constructor for biased channel selection
#1150
JabobKrauskopf
opened
3 days ago
0
Is not safe for SegQueue to keep pushing
#1149
zhangzhuang15
opened
1 week ago
0
Invalid integer to pointer cast with segafult on Windows
#1148
seijikun
closed
1 week ago
3
channel: Handle possible allocation failure in `list::Block::new`.
#1147
zachs18
closed
3 weeks ago
1
channel: Create `list::Block` directly on the heap
#1146
cuviper
closed
3 weeks ago
0
Non-macro biased Select?
#1145
SimonSapin
opened
3 weeks ago
0
Clearly document SegQueue is FIFO
#1144
tisonkun
closed
3 weeks ago
0
Return `Some` for only one thread when calling `remove()`
#1143
Coder-256
opened
1 month ago
0
`crossbeam_skiplist::Range` rewinds to the head after it was exhausted
#1142
al8n
opened
1 month ago
0
Explicitly annotate lifetime of entry methods
#1141
thynson
closed
1 month ago
0
Add orengine to channels benchmarks
#1140
Eugene-Usachev
opened
1 month ago
0
CachePadded aligns aarch64 to 64 instead of 128
#1139
xpepermint
closed
2 months ago
2
CachePadded doesn't work correctly (Mac M1)
#1138
xpepermint
closed
2 months ago
4
special casing 1 entry bounded channel
#1137
ksolana
opened
2 months ago
1
RoSctober 2024: The Open Source Developer Challenge is about to start!
#1136
race-of-sloths
closed
2 months ago
1
Add force_send method to channel Sender
#1135
bergkvist
opened
2 months ago
0
Feature: Send multiple items at once via one Sender
#1134
kimono-koans
opened
2 months ago
0
feat(skiplist): allows lookup to be customized.
#1133
al8n
opened
2 months ago
0
`crossbeam-skiplist`: allows lookup to be customized.
#1132
al8n
opened
2 months ago
1
skiplist: values are not always dropped
#1131
MingweiSamuel
closed
3 months ago
1
skiplist: `insert` requires `Send` but `get_or_insert` does not
#1130
MingweiSamuel
opened
3 months ago
0
refactor(skiplist): remove internal unsoundness from `Tower` indexing
#1129
MingweiSamuel
closed
3 months ago
0
feat(skiplist): provide an `Arc`-esque `try_unwrap`/`get_mut` for `Entry` when reference count is exactly 1 after removal
#1128
MingweiSamuel
opened
3 months ago
0
Memory leak in SkipMap::insert and SkipMap::remove
#1127
bojanserafimov
closed
3 months ago
1
Add failing memory leak tests for SkipMap
#1126
bojanserafimov
closed
3 months ago
2
Fix CI failure
#1125
taiki-e
closed
4 months ago
0
docs(skiplist): update insert function document
#1124
Tianion
opened
4 months ago
0
Fix all warnings from the latest Clippy
#1123
powergee
closed
4 months ago
3
Document the semantics of SkipMap::compare_insert
#1122
blinsay
opened
5 months ago
2
fix: port fix discard all message on receiver droped
#1121
driftluo
opened
5 months ago
0
chore: fix some comments
#1120
rustco
closed
5 months ago
2
Performance degrades severely when the number of producers increases.
#1119
bigKoki
opened
5 months ago
2
Add `CachePadded` variants with capped max alignment
#1118
Jules-Bertholet
opened
5 months ago
3
Channel timeouts based on deadlines instead of durations
#1117
mmottl
closed
5 months ago
1
crossbeam-deque work\steal panic on wasm32-wasip1-threads target
#1116
inklesspen1rus
closed
5 months ago
4
Initial version of `ArrayStack`
#1115
al8n
closed
6 months ago
1
Introduce disconnection state for channels
#1114
ryoqun
opened
6 months ago
4
Sync with v0.8 branch
#1113
taiki-e
closed
6 months ago
0
v0.8: Prepare for the next release
#1112
taiki-e
closed
6 months ago
1
Touch up PR 1110
#1111
taiki-e
closed
6 months ago
0
Fix check-cfg-related and rust-lld-related CI failures
#1110
ryoqun
closed
6 months ago
2
Pin nightly to 2024-05-04 due to recently-enabled check-cfg
#1109
ryoqun
closed
6 months ago
3
A question regarding Miri error running the “sanitize" example under crossbeam-epoch.
#1108
lshi18
opened
6 months ago
0
CI updates & fix newly added clippy warning
#1107
taiki-e
closed
7 months ago
0
Speed Up `concurrent_insert_get_same_key` Under Miri
#1106
ibraheemdev
closed
7 months ago
0
Fallback to Parking in Bounded and Unbounded Channels
#1105
ibraheemdev
opened
7 months ago
4
crossbeam-channel has better performance with binded CPU ?
#1104
lluckydog
closed
6 months ago
3
Implement Worker::is_same_as
#1103
james7132
opened
7 months ago
0
Potential deadlock and resource leak when `Receiver` is dropped in `crossbeam_channel`'s bounded channel
#1102
eval-exec
opened
7 months ago
1
skiplist: Fixes #1023
#1101
Tianion
closed
7 months ago
0
Next