Tag: #performance
3 articles
-
GrapeCity SPREAD vs ReoGrid — Choosing a .NET Spreadsheet for Light Weight, Speed, and Large Data
GrapeCity SPREAD (now MESCIUS / SPREAD.NET) is a proven, full-featured .NET spreadsheet suite. ReoGrid is a lightweight, fast alternative. This is an honest comparison — SPREAD wins on breadth of features and ecosystem maturity; ReoGrid wins on a single-DLL footprint, rendering speed, large-data handling, and a free-to-start path. Here's how to pick for a given project.
-
Displaying Large Datasets Efficiently in WPF — When DataGrid Stops Scaling
WPF DataGrid is virtualized out of the box, but virtualization isn't the same as "fast." This article walks through where DataGrid stalls on 100k+ rows, how far tuning gets you, and the lazy-data-source pattern that handles a million rows without freezing the UI.
-
Announcing ReoGrid 4.4 — Performance Improvements for Large-Scale Data
ReoGrid 4.4 maintains full API compatibility while delivering ~11,700× faster bulk data loading with conditional formatting, ~10× faster sorting of 10,000 rows, and ~3× faster bulk loading via SetRangeData.