Skip to content

STL-compatible vector implementation with custom iterator and allocator

License

Notifications You must be signed in to change notification settings

abelidze/ctl-vector

Repository files navigation

About CTL-Vector

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-С++

Installation

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

Running

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.

Contact

Developers on Telegram:

https://telegram.me/Abelidze

License

CTL-Vector is open-sourced software licensed under the MIT License.

Disclaimer

This program is provided "AS IS" without warranty of any kind.

About

STL-compatible vector implementation with custom iterator and allocator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published