You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.