Skip to content

ankushT369/Vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vec

A Fast Dynamic Array Implementation in C++.

Makefile Commands

  • make - Builds the benchmark
  • make run - Runs the benchmark normally
  • make plot - Runs the benchmark and generates a PNG plot
  • make clean - Removes everything

-o is for optimised benchmark

  • make -o - Builds the benchmark
  • make run -o - Runs the benchmark normally
  • make plot -o - Runs the benchmark and generates a PNG plot

Benchmark Results

About

Vec – A Fast Dynamic Array for C++ 1.65x faster than std::vector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published