Skip to content

Improve Base.show for hash functions #32

@kernelmethod

Description

@kernelmethod

The output of Base.show is pretty ugly right now for hash functions, e.g. show(hashfn::MonteCarloHash) will display all of the coefficients for the hash function. Base.show should be implemented for all hash functions to give a concise summary of the hash function (e.g. the similarity metric, the number of hash functions bundled together, and so on).

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