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
These are the design notes for benchmark points of the milestone M0 defined in #10494. Possibly relevant for @DLehenbauer@ruiterr
The benchmarks will be executed within the SharedPropertyTree data structure where the support for the compression of operations and summaries already partially exists. We also can obtain the real test data from our use-cases, those data are also based on the SharedPropertyTree.
We need to refactor the compression code for the extended SharedPropertyTree so that we can reuse as much code as possible when adding the new compression algorithm.
We also need to extend the SharedPropertyTree to capture the encoding times and also encoded sizes of operations and store the sums of those values to support benchmarking.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!
These are the design notes for benchmark points of the milestone M0 defined in #10494. Possibly relevant for @DLehenbauer @ruiterr
The benchmarks will be executed within the SharedPropertyTree data structure where the support for the compression of operations and summaries already partially exists. We also can obtain the real test data from our use-cases, those data are also based on the SharedPropertyTree.
We need to refactor the compression code for the extended SharedPropertyTree so that we can reuse as much code as possible when adding the new compression algorithm.
We also need to extend the SharedPropertyTree to capture the encoding times and also encoded sizes of operations and store the sums of those values to support benchmarking.
The text was updated successfully, but these errors were encountered: