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 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.
From @ocoanet on January 13, 2017 10:49
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.
Copied from original issue: Abc-Arbitrage/Zebus.Directory#10
The text was updated successfully, but these errors were encountered: