Skip to content

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

License

Notifications You must be signed in to change notification settings

rust-cv/header-vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff10458 · Sep 17, 2024

History

39 Commits
Aug 13, 2021
Aug 16, 2021
Jul 7, 2021
Sep 17, 2024
Sep 17, 2024
Jun 29, 2021
Jun 29, 2021
Sep 17, 2024
Jul 7, 2021
Jul 7, 2021

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages