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

Simplify Dragonbox #2713

Merged
merged 14 commits into from
Jan 20, 2022
Merged

Simplify Dragonbox #2713

merged 14 commits into from
Jan 20, 2022

Commits on Jan 12, 2022

  1. Minimize the usage of built-in 128-bit ints

    It usually generates slower code than manual handling.
    jk-jeon committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    23eeacc View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Simplify Dragonbox Step 3.

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c19fddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb79cb4 View commit details
    Browse the repository at this point in the history
  3. Simplify integer checks

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5be03aa View commit details
    Browse the repository at this point in the history
  4. Remove now-unused stuffs

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e79a9d7 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5bd18bd View commit details
    Browse the repository at this point in the history
  6. Remove now-unused stuffs

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    54a6b6b View commit details
    Browse the repository at this point in the history
  7. Fix syntax errors

    jk-jeon committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3da98e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33dc682 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    238333d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4f3892 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Simplify cache recovery

    jk-jeon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    365d081 View commit details
    Browse the repository at this point in the history
  2. Improve comments

    jk-jeon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    15be3b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Improve comments

    jk-jeon committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6e3dd0c View commit details
    Browse the repository at this point in the history