Skip to content

Improve wasm library object/set implementation to provide constant-time lookup #2225

Closed
@tsandall

Description

The object/set structures used by wasm-compiled policies are currently just implemented as linked lists. We should replace the initial implementation with a hashtable to provide constant-time lookup that users will expect.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions