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 path for ASCII python strings #72

Merged
merged 9 commits into from Apr 2, 2024
Merged

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    89be04c View commit details
    Browse the repository at this point in the history
  2. use bytecount::num_chars

    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3c85f97 View commit details
    Browse the repository at this point in the history
  3. Revert "use bytecount::num_chars"

    This reverts commit 569fe11.
    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a5aea63 View commit details
    Browse the repository at this point in the history
  4. no empty string check

    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f31a6aa View commit details
    Browse the repository at this point in the history
  5. separate argument

    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0b71ca0 View commit details
    Browse the repository at this point in the history
  6. add test

    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c241c5d View commit details
    Browse the repository at this point in the history
  7. fix pyo3 version

    samuelcolvin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    71a7775 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

  1. Cast not as

    Co-authored-by: David Hewitt <david.hewitt@pydantic.dev>
    samuelcolvin and davidhewitt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    95315f9 View commit details
    Browse the repository at this point in the history