|
YAVL 0.1.0
Yet Another Vector Library – still better than C++ impl. :P
|
Type-agnostic vector definition. More...
#include <vec.h>
Type-agnostic vector definition.
It stores data on heap, although the metadata can be stored wherever, with stack being recommended when vector is being used as an intermediate type for array generation. The metadata has to be detached from data, as memory usage for data is assumed to be very volatile and it is preffered to drop metadata when converting to the regular C arrays.