Skip to content

Replace digest() with rlang::hash() #437

@gadenbuie

Description

@gadenbuie

rlang::hash() is quite a bit faster and we could remove one dependency by switching from digest::digest() to rlang::hash(). We use the hash to identify singletons:

sig <- digest(uiObj, "sha1")

sig <- digest(uiObj, "sha1")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions