header-vec
rad:zovDuCha61wXnULyfpY3ccPsHU2Q
Visibility
public
Delegates
did:key:z6MksaJkZuQj49mbrft8JNvo3vBDU5AC5owW1EnCZJJ3goRX
Default branch
main → a276769bba1d3c09dc3b554852c0aac7c9f563e9 (Tue Mar 11 13:02:33 2025)
Threshold
1
README.md
# header-vec Allows one to store a header struct and a vector all inline in the same memory on the heap and share weak versions for minimizing random lookups in data structures If you use this without creating a weak ptr, it is safe. It is unsafe to create a weak pointer because you now have aliasing.