issues
search
hawkw
/
sharded-slab
a lock-free concurrent slab (experimental)
MIT License
273
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Trivially add `size_hint` and `FusedIterator` to the crate-internal `IterMut`
#100
vcfxb
opened
2 months ago
0
Initialize array using `ptr::write_bytes`
#99
vcfxb
opened
2 months ago
0
no field `free` on type `REGISTRY`
#98
amab8901
closed
4 months ago
1
`get_mut`
#97
nikomatsakis
opened
4 months ago
0
Nitpick: broken link in https://docs.rs/sharded-slab landing page.
#96
vcfxb
closed
2 months ago
2
Poisoned thread leads to confusing panic in `Pool::current`
#95
gerwin3
opened
8 months ago
0
impl Send for Entry
#94
loyd
closed
7 months ago
0
Provide `Entry` that can cross the `.await` point
#93
loyd
closed
7 months ago
1
error when building
#92
Altanis
opened
10 months ago
6
Remove lazy_static, requires raising MSRV to 1.68
#91
serprex
opened
10 months ago
0
Return key immediately on insert duplicate value
#90
AbstractiveNord
opened
1 year ago
0
more CI embetterments
#89
hawkw
closed
1 year ago
0
Fix bugs in get() and co + property based tests
#88
loyd
closed
1 year ago
7
feat: publicly export `UniqueIter`
#87
hawkw
closed
1 year ago
0
chore(CI): use musl for 32-bit builds
#86
hawkw
closed
1 year ago
0
test: add a test reproducing #83
#85
hawkw
closed
1 year ago
0
fix compilation errors in tests on 32-bit platforms
#84
hawkw
closed
1 year ago
0
Unbounded memory growth with RESERVED_BITS
#83
lrowe
closed
1 year ago
4
sharded-slab v0.1.5 tests fail to compile on 32-bit x86
#82
decathorpe
closed
1 year ago
5
Update minimum supported lazy_static version
#81
rnijveld
opened
1 year ago
0
fix(Slab): invalid generation in case of custom config
#80
loyd
closed
1 year ago
6
Serde support
#79
aminya
opened
1 year ago
6
Draining iterator
#78
jplatte
opened
1 year ago
1
Document semantics of Slab::unique_iter
#77
jplatte
closed
1 year ago
2
#![no_std] support
#76
AppCoder1234
opened
1 year ago
2
Replace lazy_static by once_cell
#75
jplatte
closed
2 years ago
1
Why does TID require one extra bit?
#74
loyd
opened
2 years ago
2
Slab::unique_iter panics when the slab is empty
#73
james7132
closed
1 year ago
1
Swap out lazy_static for once_cell
#72
james7132
opened
2 years ago
15
Migrate from lazy_static to once_cell
#71
james7132
opened
2 years ago
1
Fix link in readme
#70
bojanserafimov
closed
2 years ago
0
All uses of the word "slab" on docs.rs link to the loom repository instead
#69
LaylBongers
opened
2 years ago
0
Can I set Config::RESERVED_BITS to 32?
#68
NobodyXu
opened
2 years ago
0
style: fix one clippy lint in benchmarks
#67
hawkw
closed
3 years ago
0
docs: minor documentation tweaks
#66
hawkw
closed
3 years ago
0
chore(ci): auto-generate github releases on tags
#65
hawkw
closed
3 years ago
0
feat: emit a nicer panic when thread count overflows `MAX_SHARDS`
#64
danielhenrymantilla
closed
3 years ago
0
chore: prepare to release v0.1.3
#63
hawkw
closed
3 years ago
0
fall back gracefully when max thread IDs are reached
#62
hawkw
opened
3 years ago
2
Set up MSRV in CI
#61
djc
closed
3 years ago
0
Build error: use of unstable library feature 'renamed_spin_loop'
#60
taeh98
closed
3 years ago
4
chore: prepare to release v0.1.2
#59
hawkw
closed
3 years ago
0
chore: update test dependencies
#58
hawkw
closed
3 years ago
0
nicer panics
#57
hawkw
closed
3 years ago
0
Getting owned handles via pool results in unbounded memory growth.
#56
tobz
opened
3 years ago
0
panic in Config RefCount::decr
#55
rbtcollins
opened
3 years ago
5
Some way to query size of pool
#54
rbtcollins
opened
3 years ago
0
Eliza/v0.1.1
#53
hawkw
closed
3 years ago
0
Make loom a dev-dependency (and upgrade proptest)
#52
djc
closed
4 years ago
6
chore: prepare to release v0.1.0
#51
hawkw
closed
4 years ago
0
Next