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 basic idea is that instead of using ScalarValue which has runtime dispatch overhead, we could use native rust types, like HashSet<u32>, etc. I think that could be a couple times faster.