Skip to content

Wrapper around std::vector with stable iterators and points, not affected by size growth. Stores data in vectors of pre-determined size.

License

Notifications You must be signed in to change notification settings

TheApX/stable-block-vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stable-block-vector

Wrapper around std::vector with stable iterators and pointers, not affected by size growth. Stores data in vectors of pre-determined size. Not thread-safe.

Please note that this class is not yet intended to be complete. Instead, I've tried to keep it is as simple as possible and implement only what I needed in my other projects.

If you find this useful and would like to improve it, please send a pull request. Contributions are welcome!

About

Wrapper around std::vector with stable iterators and points, not affected by size growth. Stores data in vectors of pre-determined size.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published