Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pr0g/dyn-array
- Owner: pr0g
- License: mit
- Created: 2023-11-26T23:02:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T14:20:06.000Z (12 months ago)
- Last Synced: 2023-12-31T15:24:42.773Z (12 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.