8000 Efficient BiMap cloning · Issue #734 · google/quiver-dart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Efficient BiMap cloning #734
Open
Open
@hacker1024

Description

@hacker1024

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.

Metadata

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

      0