A Fast Dynamic Array Implementation in C++.
make
- Builds the benchmarkmake run
- Runs the benchmark normallymake plot
- Runs the benchmark and generates a PNG plotmake clean
- Removes everything
-o is for optimised benchmark
make -o
- Builds the benchmarkmake run -o
- Runs the benchmark normallymake plot -o
- Runs the benchmark and generates a PNG plot