Skip to content

BuzzDB using 2 different probing styles #7

Description

@hschennum

BuzzDB v27 (and onward) uses quadratic probing for HashTable::insertOrUpdate() but linear probing for HashTable::getValue(). The getValue() should be changed to quadratic probing to make sure the correct value is retrieved.

Image

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