issues
search
fitzgen
/
generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
https://docs.rs/generational-arena
Mozilla Public License 2.0
672
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Resolve licence technicality: Add explicit MPL-2.0 licence notice "Exhibit A"
#56
ijackson
closed
1 year ago
4
Is this crate no longer maintained?
#55
yshui
opened
2 years ago
1
Switch Readme badge to GitHub Actions
#54
atouchet
closed
1 year ago
0
Release new version with dependency on cfg-if v1.0.0
#53
rasmusgo
opened
2 years ago
0
Consider relicensing to MIT/Apache 2.0
#52
TheButlah
opened
2 years ago
0
add `get_many_mut` to get many mut refs.
#51
gfreezy
opened
2 years ago
0
Allow insertion at a given index, or create it if it doesn't exist
#50
TheButlah
opened
3 years ago
0
Implement `map` method for stable clones
#49
bollian
opened
3 years ago
0
`map` Arena to new element type while keeping indices the same
#48
bollian
opened
3 years ago
0
Projects Showcase?
#47
wyhinton
opened
3 years ago
0
Add Arena::clone_from & Entry::clone_from
#46
Cobrand
opened
3 years ago
3
Fix panic and generation issue in Arena::drain()
#45
taiki-e
closed
3 years ago
0
Increment generation when Arena::clear() called
#44
taiki-e
closed
3 years ago
0
Implement DoubleEndedIterator, ExactSizeIterator, and FusedIterator for Drain
#43
taiki-e
closed
3 years ago
0
Remove no-longer-necessary `feature(alloc)`
#42
fitzgen
closed
3 years ago
0
Update cfg-if to 1.0
#41
taiki-e
closed
3 years ago
1
Derive Eq and PartialEq for Arena and Entry
#40
Inky-developer
closed
3 years ago
1
use self where possible
#39
adamnemecek
closed
3 years ago
2
Fix issue #27, Add test for the issue
#38
JOE1994
closed
1 year ago
1
Add `shrink_to_fit`
#37
Kestrer
opened
4 years ago
4
Panic on generation overflowing instead of silent wrapping
#36
jieyouxu
closed
3 years ago
3
Add generics in Index
#35
mikialex
opened
4 years ago
4
insert_with and try_insert_with constructors
#34
lord
closed
4 years ago
1
Could we get a constructor for datastructures that know their own index?
#33
jannickj
closed
4 years ago
1
Implement Default for Arena
#32
shepmaster
closed
4 years ago
1
Consider option to 'peek' at next Index?
#31
lord
closed
4 years ago
1
generation problems with Arena::clear() and Arena::drain(), and other drain() problems
#30
zdanz
opened
4 years ago
4
Update documentation
#29
konsumlamm
closed
4 years ago
1
Fix Arena::retain
#28
Herschel
closed
4 years ago
0
assertion failed when deserializing an Arena built with Arena::from_iter
#27
Athorus
closed
1 year ago
3
Add Arena.get_unknown_gen{,_mut}
#26
Cobrand
closed
4 years ago
3
give a &mut T instead of &T to Arena.retain 's closure parameter
#25
Cobrand
closed
5 years ago
0
docs: update dead keynote link to link to YouTube
#24
majg0
closed
4 years ago
1
Use edition 2018, update dependencies, and improve `Arena::remove()`
#23
orium
closed
5 years ago
1
Added possibility to make the Index opaque
#22
AndreaCatania
closed
5 years ago
4
Add a function to create an Index
#21
AndreaCatania
closed
5 years ago
7
Heapless no_std
#20
tarcieri
opened
5 years ago
4
implement shrink methods
#19
tage64
opened
5 years ago
0
Add retain() method
#18
burjui
closed
5 years ago
0
implemented PartialEq
#17
NeverGivinUp
closed
5 years ago
2
Change generation type to `NonZeroU64`
#16
HenryTheCat
opened
5 years ago
4
Thanks
#15
anderspitman
closed
5 years ago
2
Change unwrap to expect in index overloads
#14
MggMuggins
closed
5 years ago
0
Generational arena vs. slotmap?
#13
WildCryptoFox
opened
5 years ago
4
Bump to 0.2.0
#12
fitzgen
closed
5 years ago
3
Add a `clear` method
#11
ArnaudValensi
closed
5 years ago
1
Improve documentation for `drain` method
#10
ArnaudValensi
closed
6 years ago
0
Implement `get2_mut` method
#9
ArnaudValensi
closed
6 years ago
2
Add drain iterator with tests, fix minor documentation error
#8
djkoloski
closed
6 years ago
1
Improve iterator performance/usability
#7
gifnksm
closed
6 years ago
4
Next