A contiguous generic and growable array type in C programming language.
Vector supports amortized constant time insertion and removal of elements , as well as constant time access.
C doesn’t allow data types to be passed as parameters. That means a generic container needs to manually manage memory in terms of the client element size, not client data type. You can do generic programming in c, without to use macros.
Features
- A contiguous growable generic type array
- Ansi C
- Memory Leaks Free
- Map, Filter, Fold, Iterators
- Amortized constant time insertion and removal of elements , as well as constant time access
Categories
Build ToolsLicense
GNU General Public License version 3.0 (GPLv3)Follow Vector
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Vector!