CTL-Vector is an implementation of STL-compatible vector container. It has own iterator and allocator, but you are free to change that.
Written in Native-С++
Download project as '.zip' archive and extract it to whatever you like directory or use git:
$ git clone https://github.com/abelidze/ctl-vector.gitTESTS
make test && make clean && ./bin/vectorCOVERAGE
make cov && make clean && ./bin/vectorBENCHMARKS
make bench && make clean && ./bin/vector- Tested with MinGW x64 and its
makeutility, but you can use any working C / C++ compiler.
Developers on Telegram:
CTL-Vector is open-sourced software licensed under the MIT License.
This program is provided "AS IS" without warranty of any kind.