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
{{ message }}
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.
The StorageSubscription size can be quite large for peers with many subscriptions. The subscription binding keys are serialized in StorageConvertionExtensions.SerializeBindingKeys. This method could be optimized for the very common scenario where binding key parts are numeric values.
The
StorageSubscription
size can be quite large for peers with many subscriptions. The subscription binding keys are serialized inStorageConvertionExtensions.SerializeBindingKeys
. This method could be optimized for the very common scenario where binding key parts are numeric values.For example:
Of course, a test should be writen to measure the improvements of this change.
The text was updated successfully, but these errors were encountered: