Skip to content

It can grow in size with o(1) complexity without changing its pointer. The memory stays contiguous.

Notifications You must be signed in to change notification settings

meemknight/pinnedVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinnedVector version 1.2

It can grow in size with o(1) complexity without changing its pointer or copying elements. The memory stays contiguous.


Working on Windows and Linux


Youtube video: https://youtu.be/p1EogAEktZ4


To intall the library use the cmake included in the pinnedVector folder or just copy the header into yout project. Cpp17 required.


Todos: -[] implement memory checking after deleting the vector -[] grow it's size smart -[] shrink to fit

About

It can grow in size with o(1) complexity without changing its pointer. The memory stays contiguous.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published