pa7 / nude.js

Nudity detection with JavaScript and HTMLCanvas
http://www.patrick-wied.at/static/nudejs/
2.35k stars 225 forks source link

Use web worker threads #1

Closed eligrey closed 13 years ago

eligrey commented 13 years ago

The only way to make nude.js practical on a larger scale, such as a browser extension which attempts to hide nude images in Google Images, which displays many images at once is to divide up the processing among worker threads so interaction with the page isn't blocked.

pa7 commented 13 years ago

Thanks for the issue report, I fixed it (changed the general code structure)