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

Fast double parser #935

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Fast double parser #935

merged 4 commits into from
Oct 31, 2024

Commits on Oct 28, 2024

  1. introduces FastDoubleParser and the useFastDoubleParser parameter in …

    …ParserOptions, plus tests
    Jolanrensen committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a22a2df View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. added double parsing test for all locales and streamlined behavior fo…

    …r "-" in RTL languages with NumberFormat
    Jolanrensen committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f588127 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into fast-double-parser

    # Conflicts:
    #	core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt
    Jolanrensen committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0d6083b View commit details
    Browse the repository at this point in the history