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
TransformExtension methods for some reason destroys the memory ownership and requires copying to a locally stackallocked Span. This should not be the biggest burden, but still, solving the mystery would be appreciated. The method that misbihaves is this one
Should I quickly run this thru a debugger of some sort and see what's happening? I can then make a guess if I'm the right person to solve it or not. Need a day or two to set things up! Cheers
TransformExtension
methods for some reason destroys the memory ownership and requires copying to a locally stackallocked Span. This should not be the biggest burden, but still, solving the mystery would be appreciated. The method that misbihaves is this onePaprika/src/Paprika/Merkle/ComputeMerkleBehavior.cs
Lines 363 to 389 in 43492be
Depending on the run it can throw:
NullReferenceException
The text was updated successfully, but these errors were encountered: