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
I have implemented an InsertPersist method in the persist branch, and before I go to the trouble of writing the same for DeletePersist and UpdatePersist, I'm asking for a thumbs up or down on whether this would be used.
Please consider that the lock-free persist methods are in the microsecond range as opposed to nanoseconds for normal insert/delete.
The text was updated successfully, but these errors were encountered:
Dear users,
I have implemented an InsertPersist method in the
persist
branch, and before I go to the trouble of writing the same forDeletePersist
andUpdatePersist
, I'm asking for a thumbs up or down on whether this would be used.Please consider that the lock-free persist methods are in the microsecond range as opposed to nanoseconds for normal insert/delete.
The text was updated successfully, but these errors were encountered: