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.git
TESTS
make test && make clean && ./bin/vector
COVERAGE
make cov && make clean && ./bin/vector
BENCHMARKS
make bench && make clean && ./bin/vector
- Tested with MinGW x64 and its
make
utility, 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.