Skip to content

PersistentArrayMap type #19

Closed
Closed
@swannodette

Description

@swannodette

After considerable amounts of benchmarking we've found that for small maps (<= 8 keys) a specific PersistentArrayMap type outperforms a full blown PersistentHashMap. A PersistentArrayMap type also has the advantage of being quickly constructed from an array a la Immutable.Vector - particularly handy in a deserialization context.

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