Skip to content

Replace common/base_c/bitarray with dynamic_bitset #2143

Open
@mkviatkovskii

Description

@mkviatkovskii

Background
Currently own-written C functions are used for manipulating bits. It lacks SIMD support.

Solution
Replace bitarray with header-only https://github.com/pinam45/dynamic_bitset

Alternatives
Use BItMagic or boost::dynamic_bitset. But they are both more complicated to integrate.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions