Skip to content

What stated as a quick project to play with web workers proved to be more useful.

Notifications You must be signed in to change notification settings

MadeByMike/compare-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Compare Lists

What stated as a quick project to play with web workers proved to be more useful.

This little app as the name suggests allows you to compare lists and find:

  • items in list 1 but not in list 2
  • items in list 2 but not in list 1
  • items in either list but not in both
  • items in both lists

The app makes use of web workers to process large lists but will work with older browsers and Internet Explorer.

Demo: http://madebymike.github.io/compare-lists/

Note: The GitHub files use inline web workers so that it will work on the local file system.

About

What stated as a quick project to play with web workers proved to be more useful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published