Back to Devexpress

Speed Up In-memory Operations with PLINQ

wpf-10472-controls-and-libraries-data-grid-bind-to-data-server-mode-and-instant-feedback-bind-to-in-memory-data-using-plinq.md

latest1.4 KB
Original Source

Speed Up In-memory Operations with PLINQ

  • Jan 09, 2023

If you store data in a large in-memory collection, you can use PLINQ data sources to speed up data shaping operations. To do this, bind the GridControl to the PLinqServerModeSource and PLinqInstantFeedbackSource data sources, which support Server Mode and Instant Feedback Mode, respectively.

Alternatively, you can use PLinqInstantFeedbackDataSource and PLinqServerModeDataSource. You can access these components from the Visual Studio XAML Designer.

View Example: How to parallelize data-intensive operations

See Also

Server Mode and Instant Feedback Mode