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

[stdlib] Faster variadic arguments StringLiteral.join() when arguments are strings - WIP #3804

Draft
wants to merge 4 commits into
base: nightly
Choose a base branch
from

Commits on Nov 24, 2024

  1. [stdlib] Faster StringLiteral.join() algorithm for string and string

    literals variadic arguments.
    It does not work yet as unpacked arguments are not supported yet by the
    compiler.
    
    Signed-off-by: Manuel Saelices <[email protected]>
    msaelices committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    b39bc22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510f683 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

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

Commits on Dec 4, 2024

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