/concurrentFilter

Stubs behaviors for testing filtering arrays as a web worker versus the main thread

Primary LanguageJavaScript

Concurrent Filter

This is a proof of concept of providing an angular service which can filter large datasets in a web worker to avoid UI thread blocking and loss of interactivity to the user.

To Run

npm install
webpack-dev-server

Then load http://localhost:8080