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
We can assign each Script value to a bit and store ScriptExtension as a bitfield made of three u64s. Intersection becomes fast, and we can use popcnt to find if something is single script. We can export constants for each script value to make this easy to use.