Skip to content

Eliminate usages of ImmutableBuilder #16

Open
@joshlemer

Description

@joshlemer

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})

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

    Issue actions