Skip to content

optimize hamming-distance calculation #6

@prataprc

Description

@prataprc

We calculate hamming distance by counting ones in u32 type. We are using u32::count_ones() for this purpose. Not sure how rust will compile to target platform. More research is needed to understand this cost of count_ones for different platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions