Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 239 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 239 Bytes

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