Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Vec Public

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

License

Notifications You must be signed in to change notification settings

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

 
 
 

Contributors