Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 439 Bytes

queue-bench-mark

benchmarking Double Ended Queues, Reversed Stack, Circular Arrays in C++. The purpose of this

make usage

GC

GCC defualt make benchmark GCC optimized make benchmark-O3

clang

clang defualt make benchmark-llvm clang optimized make benchmark-llvm-O3

how to run

circular array

./run-array.sh

double ended queue

./run-double-ended.sh

Queue using two stacks

run-stack.sh