Skip to content

Write basic benchmarks #12

Description

@matterhorn103

Would be good to compare the efficiency of various operations (just basic arithmetic to start with) between:

  • plain f64 as a reference point
  • SciFloat
    • exact
    • with uncertainty
  • SciDecimal
    • exact
    • with uncertainty
  • rust_decimal::Decimal
  • bigdecimal::BigDecimal

That way we can see (and inform people) what the performance cost of using decimal rather than binary floats and/or of tracking the uncertainty is, and we can start to identify bottlenecks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions