Skip to content

Repository files navigation

Cpp-Vector

My own implementation of C++ std::vector with

  • small-object and copy-on-write optimizations
  • exceptions

Structure

vector.h -- main file

vector.cpp -- testing my vector implementation with GTEST library

About

My own implementation of C++ std::vector

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages