Skip to content

Possible performance improvement by replacing % (modulo) with multiply + shift #33

Open
@thomasmueller

Description

@thomasmueller

This is described in http://lemire.me/blog/2016/06/27/a-fast-alternative-to-the-modulo-reduction/

(I'm looking for a fast Bloom filter implementation, and found your implementation uses modulo which is a bit slow.)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions