Skip to content

Use linear search for small IndexMap #223

Open
@stepancheg

Description

@stepancheg

When IndexMap is small, e. g. 5 elements, it is faster to:

  • not allocate RawTable
  • linear search elements

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