| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Ord.Fast
Description
This module provides a small set of function for extremely fast max and
min operations that are branchless.
This should be temporary, since GHC is supposed to get the branchless variants.
NOTE these do not seem to be faster anyway.