Skip to content

Moduledoc of HashMap.Strict still mentions the old branching factor of 16 instead of 32 #493

Open
@Qqwy

Description

@Qqwy

In 2021, #317 was made and merged (and included in 0.2.15.0). This changed the branching factor / bitmap mask size from 16 to 32.

This was updated in the module documentation of Data.HashMap.Lazy, but not in the module documentation of Data.HashMap.Strict. There it still states:

Many operations have a average-case complexity of (O(\log n)). The implementation uses a large base (i.e. 16) so in practice these operations are constant time.

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