Skip to content

discussions Search Results · is:discussion performance is:open

93.9k results
 (166 ms)

93.9k results

When rendering 1k+ items, the UI slows down significantly. Any recommendations for optimization (e.g., virtualization, memoization, pagination)? Let’s share performance tips that worked for you.

class C { int[] _a = []; void Direct() { for (int i = 0; i _a.Length; i++) { var v = _a[i]; } } void LocalCopy() { var a = _a; ...

From the doc : When Not to Use reaktiv¶ reaktiv might not be the best fit for: […] - Performance-critical, High-frequency Updates: For systems where absolute minimal overhead is critical What kind of frequency are we talking about?

Share your experiences with different AI model combinations and performance optimizations for AI Counsel deliberations. What setups give you the best results? Model Pairings to Discuss Cloud-Only ...

... performs at 0.77 fps, while the installation on Arch performs with 0.52 fps. I was wondering if any of you others tested the same set-up cross-OS and whether you found performance differences? Would be ...