This is a set of benchmarks of qsort, mergesort, heapsort, and optionally
wikisort and a script to run them.
Submitted by: Miles Fertel <milesfertel@college.harvard.edu>
Sponsored by: Google Summer of Code 2017
Differential D12677
Add sortbench. brooks on Oct 14 2017, 9:49 PM. Authored by Tags None Referenced Files
Subscribers
Details
This is a set of benchmarks of qsort, mergesort, heapsort, and optionally Submitted by: Miles Fertel <milesfertel@college.harvard.edu>
Diff Detail
Event TimelineComment Actions Miles, I've extracted this from your GitHub repo and made a few changes to the Makefile and would like to commit this soon. One thing that is missing is appropriate BSD copyright blocks on bench.py and sort_bench.c. I can't commit without them. Please provide me with your preferred Copyright line and acknowledge that these are to be available under the standard FreeBSD license (https://www.freebsd.org/copyright/freebsd-license.html). Comment Actions Hey Brooks, I've added and pushed the copywrites, let me know if you need anything else. Best, |