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
Similar to the problem described in #136. It would useful to be able to increase/modify the size of values during RMW operations. IFunctions.CopyUpdater allocates the size of newValue equals to the size of the old value.
Looks like the c++ port has support for the feature (#145), Is there a workaround for c#?
Thanks to anyone involved!
The text was updated successfully, but these errors were encountered:
FASTER will call GetLength (provided via SessionVariableLengthStructSettings parameter to NewSession) to get the size of the new value given the old value and the input.
FASTER will allocate this (larger) length, and call CopyUpdater with new value of this length.
Similar to the problem described in #136. It would useful to be able to increase/modify the size of values during RMW operations. IFunctions.CopyUpdater allocates the size of newValue equals to the size of the old value.
Looks like the c++ port has support for the feature (#145), Is there a workaround for c#?
Thanks to anyone involved!
The text was updated successfully, but these errors were encountered: