Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages