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

Allow use of faster floating-point number serialization (StreamWriteFeature.USE_FAST_DOUBLE_WRITER) #749

Merged
merged 24 commits into from
Jun 22, 2022

Commits on Apr 1, 2022

  1. poc of float/double writer

    pjfanning committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f12a79b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. copy over more tests

    pjfanning committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3d83cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fab12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d61eb View commit details
    Browse the repository at this point in the history
  4. add some missing eols

    pjfanning committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e88d81d View commit details
    Browse the repository at this point in the history
  5. comments

    pjfanning committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4a3a10b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. add tests

    pjfanning committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0342109 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. move ryu code to test src

    pjfanning committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    edfd7cf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Jun 12, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 18, 2022

  1. add properties

    pjfanning committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    d834c66 View commit details
    Browse the repository at this point in the history
  2. add tests

    pjfanning committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    72c8c19 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    e35bf58 View commit details
    Browse the repository at this point in the history
  2. move feature

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9918e3e View commit details
    Browse the repository at this point in the history
  3. remove ryu code

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6825570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f69021b View commit details
    Browse the repository at this point in the history
  5. update comments

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c8a5fc1 View commit details
    Browse the repository at this point in the history
  6. add schubfach tests

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d890449 View commit details
    Browse the repository at this point in the history
  7. Create MathUtilsTest.java

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    504ae85 View commit details
    Browse the repository at this point in the history
  8. Update MathUtilsTest.java

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3cc9191 View commit details
    Browse the repository at this point in the history
  9. further test refactor

    pjfanning committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d3e6a72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84278d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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