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
The current implementation is similar to using a byte slice sink and marshalling the object before inserting it into the cache and unmarshalling when it is returned from the cache.
The text was updated successfully, but these errors were encountered:
Hi,
Are there any plans to implement more efficient (write-through or copy) SetProto for protoSink, as described in the comments here: https://github.com/golang/groupcache/blob/master/sinks.go#L198-L201 ?
The current implementation is similar to using a byte slice sink and marshalling the object before inserting it into the cache and unmarshalling when it is returned from the cache.
The text was updated successfully, but these errors were encountered: