Skip to content

2x regression in split() performance #26818

@ghost

Description

using BenchmarkTools
@btime split("str,str,str,str,str,str,str", ",")

In v0.6:

 286.683 ns (10 allocations: 432 bytes)

In v0.7:

  567.859 ns (16 allocations: 624 bytes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceMust go fasterregressionRegression in behavior compared to a previous versionstrings"Strings!"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions