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
since values are 1s or 0s, you could get away with:
count the 1s, check that for all topic/logs, the value at the given bit index is set, check that the sum of all values in the segments are equal to the sum of the previously counted 1s? throw in a few range checks to make sure we don't wrap around
Ensure this approach works and is sound; if it does, implement it. If it's not, find another way.
The text was updated successfully, but these errors were encountered:
Ensure this approach works and is sound; if it does, implement it. If it's not, find another way.
The text was updated successfully, but these errors were encountered: