Skip to content

anadon/Sort-Comparisons-and-Performance-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort Comparisons and Performance metrics

This is a small tool built to compare the performance of various sorts in a very detailed way. It determines the number of various kinds of iterator operations and reports them if directed. Else it only runs the sort in a way which makes the GNU time utility meaningful.

Building

Required: * glibc * madlib

This was designed to run on Linux.

For standard usage, use $: make . For debugging, use $: make debug. These produce an executable named SCP.

Running

For usage, please refer to `$: SCP --help` at this time.

Licensing and Credits

This software was developed by Josh Marshall, with some code repurposed from David Musser. This code and associated programs are distributed under the Affero General Public License version 3. Details may be found in the `COPYING` file.

About

This is a small tool built to compare the performance of various sorts in a very detailed way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published