https://github.com/aosync/vec
yet another generic vec library using modern c techniques
https://github.com/aosync/vec
Last synced: 6 months ago
JSON representation
yet another generic vec library using modern c techniques
- Host: GitHub
- URL: https://github.com/aosync/vec
- Owner: aosync
- License: mit
- Created: 2021-07-24T12:17:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T20:10:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T13:36:31.570Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vec
Yet another generic vector library.
The API is not yet finished and is likely subject to change. Documentation is to come next.
## credits (inspirations)
- [sds](https://github.com/antirez/sds)
- [Modern C and What We Can Learn From It](https://youtu.be/QpAhX-gsHMs)