Skip to content

This is a C application that benchmarks the relationship between the number of threads and the access time to data stored in a shared queue.

Notifications You must be signed in to change notification settings

sfkrieger/concurrency_experiment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrency_experiment1

This is a C application that benchmarks the relationship between the number of threads and the access time to data stored in a shared queue.

Input to the program is the number of threads to create and runtime of the program. Output is the number of successful operations completed on the queue. Valid operations are simply enqueueing and deqeueing an arbitrary value.

About

This is a C application that benchmarks the relationship between the number of threads and the access time to data stored in a shared queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published