Commit d0066f3
committed
perf(render): speed up DataTree layout and add benchmark coverage
- Add deterministic DataTree render scenarios, benchmark harness, and baselines
- Optimize layout and paint paths with culling, guards, caching, and binary search
- Fix snapshot compositing and separator rendering regressions
- Add timing and regression tests; update TIMING_ENHANCEMENTS.md1 parent c4678e8 commit d0066f3
File tree
45 files changed
+643
-2962
lines changed- Src
- Common
- Controls/DetailControls
- DetailControlsTests
- RenderVerification
- RootSite/RootSiteTests
- SimpleRootSite
- LexText
- Lexicon
- Morphology
- views
- openspec/changes
- hwnd-grow-only-virtualization
- render-speedup-benchmark
- research
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+643
-2962
lines changedLines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
| 173 | + | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
179 | | - | |
180 | | - | |
| 177 | + | |
181 | 178 | | |
182 | 179 | | |
183 | 180 | | |
| |||
187 | 184 | | |
188 | 185 | | |
189 | 186 | | |
190 | | - | |
191 | | - | |
192 | 187 | | |
193 | 188 | | |
194 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
141 | 139 | | |
142 | | - | |
| 140 | + | |
143 | 141 | | |
144 | 142 | | |
145 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 175 | | |
180 | | - | |
| 176 | + | |
181 | 177 | | |
182 | 178 | | |
183 | 179 | | |
| |||
196 | 192 | | |
197 | 193 | | |
198 | 194 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 195 | + | |
203 | 196 | | |
204 | 197 | | |
205 | 198 | | |
| |||
254 | 247 | | |
255 | 248 | | |
256 | 249 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 250 | + | |
261 | 251 | | |
262 | 252 | | |
263 | 253 | | |
| |||
332 | 322 | | |
333 | 323 | | |
334 | 324 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | 325 | | |
340 | 326 | | |
341 | 327 | | |
342 | 328 | | |
343 | | - | |
344 | | - | |
| 329 | + | |
| 330 | + | |
345 | 331 | | |
346 | 332 | | |
347 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
| 233 | + | |
236 | 234 | | |
237 | 235 | | |
238 | 236 | | |
| |||
387 | 385 | | |
388 | 386 | | |
389 | 387 | | |
390 | | - | |
391 | | - | |
392 | | - | |
| 388 | + | |
393 | 389 | | |
394 | 390 | | |
395 | 391 | | |
396 | 392 | | |
397 | | - | |
398 | | - | |
399 | | - | |
| 393 | + | |
400 | 394 | | |
401 | 395 | | |
402 | 396 | | |
| |||
514 | 508 | | |
515 | 509 | | |
516 | 510 | | |
517 | | - | |
518 | | - | |
519 | | - | |
| 511 | + | |
520 | 512 | | |
521 | 513 | | |
522 | 514 | | |
0 commit comments