Skip to content

Efficient BiMap cloning #734

Open
Open

Description

It's common to clone maps when using state management patterns such as Redux that require immutable data structures.

At the moment, the only way to clone a BiMap is with BiMap()..addAll(oldMap), which is not very efficient. It'd be great if a more efficient implementation was added.

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions