Skip to content

Single bitmap implementation for different special cases #157

Open
@eugene-babichenko

Description

@eugene-babichenko

Now there are two different implementations of bitmaps:

  • One in imhamt (32 bits long)
  • Another one in sparse-array (256 bits long)

We need to implement a bitmap that will satisfy different corner-cases (8, 16, ... 256 bits) and be reusable so that we can remove functionality duplication.

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