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 Oct 7, 2022. It is now read-only.
The current mechanism to get the missing elements of the document ( to catch up after being offline ) is inefficient. C.f. ./lib/application => getOperation.
Currently the complexity is k.n^2 where k is the average size of the identifier, n is the number of elements.
Could be improved using the whole pack of operations requested.
Could be improved with a direct access to the tail of identifiers.
The text was updated successfully, but these errors were encountered:
The current mechanism to get the missing elements of the document ( to catch up after being offline ) is inefficient. C.f. ./lib/application => getOperation.
Currently the complexity is k.n^2 where k is the average size of the identifier, n is the number of elements.
Could be improved using the whole pack of operations requested.
Could be improved with a direct access to the tail of identifiers.
The text was updated successfully, but these errors were encountered: