Skip to content
  • Iustin Pop's avatar
    Specialize the math functions · e27eb8ab
    Iustin Pop authored
    The statistics functions are currently defined as polymorphic with a
    Floating constraint. Changing this to monomorphic on Double type makes
    them stricter and much more performant (~70% speedup). This is a cheap
    way to recoup some of the loses incurred by the recent proliferation of
    metrics.
    e27eb8ab