Skip to content

Sample jmh Scala project for benchmarking various sorting algorithms

Notifications You must be signed in to change notification settings

gosubpl/sortbench

Repository files navigation

sortbench

Sample jmh Scala project for benchmarking various sorting algorithms

Please note that the sorting subroutines used in the code are covered by various licenses, from Public Domain through MIT and Creative Commons to CC-BY-SA for stackoverflow sourced code. Please also keep in mind that no matter the license indicated here, some snippets are just common lore -- like the functional Quicksort sample in Haskell.

For the Scala benchmarking harness -- check out https://github.com/ktoso/sbt-jmh

Please note that in this repo you can also find my LambdaDays 2015 talk - beamer-agh-funeval2.pdf

About

Sample jmh Scala project for benchmarking various sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages