Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pr0g/dyn-array

An experimental dynamic array library in C
https://github.com/pr0g/dyn-array

Last synced: 27 days ago
JSON representation

An experimental dynamic array library in C

Awesome Lists containing this project

README

        

# dyn-array

`dyn-array` is a fork of [dynamicarray](https://github.com/gustavopezzi/dynamicarray) by Gustavo Pezzi ([gustavopezzi](https://github.com/gustavopezzi)), which in turn is a fork of [darray.h](https://github.com/zauonlok/renderer/blob/master/renderer/core/darray.h) and [darray.c](https://github.com/zauonlok/renderer/blob/master/renderer/core/darray.c) by [zauonlok](https://github.com/zauonlok).

The license remains the same (MIT).

`dyn-array` updates the interface slightly to be similar to that of `std::vector` in C++. Tests have also been added.