Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve [U]Int128 string conversion performance. #65508

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Apr 28, 2023

  1. Improve string conversion performance

    String to (U)Int128 conversions are 9 times faster.
    (U)Int128 to String conversions are 25 times faster.
    mgriebling authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0ece514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee9c01 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    a7edc17 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    31eda84 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    4db9a2d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    6535746 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Update Int128.swift.gyb

    Fixed toctou race condition, as well as a more subtle race condition on targets without total store ordering.
    mgriebling authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9242cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694ff52 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Update Int128.swift.gyb

    Set the radix during power calculations.
    mgriebling authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    144dd8d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    6b84893 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    0582ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    6132e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    03cc845 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    91e0d12 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4d5a84e View commit details
    Browse the repository at this point in the history