项目作者: meemknight

项目描述 :
It can grow in size with o(1) complexity without changing its pointer. The memory stays contiguous.
高级语言: C++
项目地址: git://github.com/meemknight/pinnedVector.git
创建时间: 2020-03-02T16:36:17Z
项目社区:https://github.com/meemknight/pinnedVector

开源协议:

下载


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