Skip to content

Eliminate usages of ImmutableBuilder #16

@joshlemer

Description

@joshlemer
Contributor

ImmutableBuilder is currently being used as the default builder implementation for:

  • immutable.MultiDict
  • immutable.SortedMultiDict
  • immutable.MultiSet
  • immutable.SortedMultiSet

However, it should be possible, for the sake of performance, to build mutating versions of these, which would mostly be delegating to already-implemented mutating builders of Maps in the standard library (i.e. scala.collection.immutable.{MapBuilderImpl, HashMapBuilder})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @joshlemer

        Issue actions

          Eliminate usages of `ImmutableBuilder` · Issue #16 · scala/scala-collection-contrib