Skip to content

hashtable get by value semantics are not thread safe #322

@RandyGaul

Description

@RandyGaul

Just realized getting by value is not threadsafe due to the hack of passing in, or returning, values by copying the element into temp-space allocated on the table object itself. This was done to facilitate ergonomic/polymorphic C macros. The single-threaded limitation should be noted in the docs somewhere.

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