Skip to content

an146/pq-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple benchmark for different priority queue implementations.

All test are invoked like: ./c_heap [size] [count].
count random elements are pushed through priority queue, which max size is, well, size.
At size >= count case, this is, essentially, a heap sort.

To build&run the tests, just do make.

About

C and OCaml priority queues benchmark

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors