-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample: type-race switch to use webpack-dev-server from prague-dev-server #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wes-carlson
approved these changes
Sep 16, 2019
Merged
This was referenced Sep 2, 2020
karlbom
pushed a commit
to karlbom/FluidFramework
that referenced
this pull request
Apr 14, 2021
clean up types
Abe27342
referenced
this pull request
in Abe27342/FluidFramework
Apr 9, 2022
This PR aims to optimize `getStartingPoint(Number.POSITIVE_INFINITY)` when no local changes exist by caching the edit with the highest revision in CachingLogViewer. See approach \#3 from #59391 **Before Optimization Perf Results**: ``` status name period (ns/op) root mean error iterations samples total time (s) ------ ------------------------------------------- -------------- --------------- ---------- ------- -------------- ✔ get currentView with 1 sequenced edit(s) 256.3 ±5.32% 19,175,112 71 5.59 ✔ get currentView with 1000 sequenced edit(s) 678.1 ±4.80% 7,157,358 73 5.43 ``` **After Optimization Perf Results**: ``` status name period (ns/op) root mean error iterations samples total time (s) ------ ----------------------------------------- -------------- --------------- ---------- ------- -------------- ✔ get currentView with 1 sequenced edits 151.4 ±4.39% 32,649,075 81 5.57 ✔ get currentView with 1000 sequenced edits 178.3 ±4.38% 27,418,925 79 5.50 ``` Related work items: #59651
1 task
jatgarg
pushed a commit
to jatgarg/FluidFramework-1
that referenced
this pull request
Aug 25, 2022
Add parameterization for signals, in the load test
markfields
added a commit
that referenced
this pull request
Sep 22, 2022
Updated root data store to periodically create child data store, reference / unreference them. And other fixes
andrewstanovsky
added a commit
that referenced
this pull request
Jan 31, 2023
vladsud
pushed a commit
that referenced
this pull request
Feb 19, 2024
Add Revert mapping for matrix row/column ids
titrindl
pushed a commit
to titrindl/FluidFramework
that referenced
this pull request
Sep 10, 2024
…icrosoft#3) * Improve conditions in block insert to determine winning obliterate * improve ack and handle oldest vs newest obliterate * fix reconnect * PR feedback and build issues * PR feedback and build issues
noencke
pushed a commit
that referenced
this pull request
Sep 20, 2024
fix insert in agentEditReducer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.