gridjs icon indicating copy to clipboard operation
gridjs copied to clipboard

Add Web Worker support to the pipeline class

Open afshinm opened this issue 4 years ago • 0 comments

Pipeline steps (processors) are pure functions and they can be executed using Web Worker API. This enables us to filter, sort or page the data in another thread and just use the main thread to render the elements.

afshinm avatar May 29 '20 19:05 afshinm