Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: attaswift/BigInt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: attaswift/BigInt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 7, 2024

  1. Decimal init performance (#123)

    * add extreme Decimal tests
    
    * fix Decimal init performance
    
    * assure buffer is empty before using
    mredig authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    97a80fb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. improve Decimal conversion performance using _mantissa (#124)

    * improve Decimal conversion performance using `_mantissa`
    
    * fix linux builds by keeping the decimal string init in a compiler directive
    
    * more efficient zero out assurance after buffer creation
    
    * Decimal (from bigint) initializer
    mredig authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    114343a View commit details
    Browse the repository at this point in the history
Loading