Skip to content

benchmarking Double Ended Queues, Reversed Stack, Circular Arrays

Notifications You must be signed in to change notification settings

samaniehsan/queue-bench-mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

benchmarking Double Ended Queues, Reversed Stack, Circular Arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published