issues
search
orlp
/
slotmap
Slotmap data structure for Rust
zlib License
1.16k
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Key Debug/Display output - null formatting
#126
ten3roberts
opened
1 month ago
0
RFC: Make it possible to ensure that keys are _never_ reused.
#125
nmathewson
opened
3 months ago
0
Serialization Issue with Unit Types in SlotMap<ID, ()>
#124
maximsnoep
opened
4 months ago
0
`impl Hash` for `SlotMap` and friends
#123
TheLostLambda
opened
4 months ago
0
Consuming self in KeyData. Should it be &self instead?
#122
gamedev-pnc
closed
4 months ago
1
Can iterators of SlotMap and SecondaryMap safely be joined?
#121
NeverGivinUp
opened
6 months ago
2
[linked list example] `pop_head()`/`pop_tail()` is wrongly implemented
#120
ge9
opened
7 months ago
0
[Enhancement] Bitmap-based key set for GC
#119
qouteall
opened
8 months ago
1
[Enhancement] Allow `new_key_type!` to declare generic key type
#118
qouteall
opened
8 months ago
0
Fix feature = "cargo-clippy" deprecation
#117
rex4539
closed
8 months ago
0
add UnwrapNever helper to remove some unsafe
#116
conradludgate
opened
9 months ago
0
Removing `Key` bound from struct definition
#115
Stumblinbear
opened
10 months ago
0
Feature Request: Allow viewing a `DenseSlotMap` as a slice of `T`s
#114
SludgePhD
opened
11 months ago
0
Release 1.0.7.
#113
zopsicle
closed
11 months ago
0
Remove a `SecondaryMap` slot regardless of the version of the key
#112
vitreo12
opened
1 year ago
0
an example of adding a retire list and a recycle function
#111
oconnor663
opened
1 year ago
3
`Slot::clone_from` causes memory leaks
#110
loichyan
opened
1 year ago
1
Remove an `extern crate` that isn't needed.
#109
waywardmonkeys
opened
1 year ago
1
Ongoing maintenance?
#108
waywardmonkeys
opened
1 year ago
2
Fix a typo and add some backticks.
#107
waywardmonkeys
closed
1 year ago
0
Improve efficiency of `occupied`
#106
GaelicGabe
closed
1 year ago
1
Access to KeyData.idx
#105
BenjaminSchaaf
opened
1 year ago
1
Free list is not the same before/after serialization
#104
Uriopass
opened
1 year ago
10
Detect wrongly interchanged keys during runtime
#103
elftausend
opened
1 year ago
1
Parallel insertion without Mutexing the slotmap?
#102
amancapy
closed
1 year ago
1
Why are Keys / Values iterators generic over both Key and Value?
#101
EriKWDev
opened
1 year ago
2
Provide explicit impl Hash for KeyData
#99
zopsicle
closed
1 year ago
0
Add rayon support
#98
notgull
opened
1 year ago
1
Release a new slotmap minor version with try_insert_with_key support
#97
turbocool3r
closed
1 year ago
1
get_or_insert for SecondaryMap
#96
gzp79
closed
1 year ago
2
How to differentiate between SlotMap instances of same type
#95
georgewhewell
closed
1 year ago
3
Provide Natvis using `debugger_visualizer` attribute
#94
obsgolem
opened
1 year ago
1
Const version of `Key::null()`
#93
DasLixou
closed
1 year ago
3
`get_disjoint_mut` makes Miri unhappy
#92
steffahn
opened
1 year ago
2
Add API to allow reassignment of old keys and values
#91
kkngsm
opened
1 year ago
0
Make sure values are unique and return same key for same values
#90
myarcana
opened
1 year ago
1
Add `into_dense()` and `get_dense_index()`
#89
PROMETHIA-27
opened
2 years ago
3
Bump quickcheck to 1.0
#88
jamessan
opened
2 years ago
0
Comments added about evenness/oddness of version
#87
TheLouisHong
opened
2 years ago
0
Does serializing a slotmap result in old keys becoming available again?
#86
zesterer
closed
2 years ago
2
Make constructor methods const
#85
alice-i-cecile
opened
2 years ago
1
Convert Keys to integer values for state/other APIs?
#84
Absolucy
closed
2 years ago
2
DenseSlotMap, HopSlotMap and SlotMap's ::with_capacity doesn't work with custom key.
#83
EriKWDev
closed
2 years ago
3
[Feature Request] SecondaryBitSet
#82
XBagon
closed
2 years ago
2
Add `values_as_slice()` to DenseSlotMap
#81
Jasper-Bekkers
opened
2 years ago
2
Allow converting values, preserving keys
#80
NickNick
opened
3 years ago
4
Add shrink_to_fit to DenseSlotMap
#79
orlp
opened
3 years ago
0
`Result` type in `__serialize_key` macro does not use absolute path
#78
Stupremee
closed
3 years ago
3
Add drain_filter for SlotMap
#77
jakoschiko
opened
3 years ago
8
Graph connections
#76
orlp
opened
3 years ago
0
Next