Giter Site home page Giter Site logo

Comments (2)

stefansundin avatar stefansundin commented on May 24, 2024 1

That makes a lot of sense. Thanks for the reply.

from barcode-detector.

gruhn avatar gruhn commented on May 24, 2024

The usual argument is: everything outside the web worker is running on the UI thread. If you do a lot of computation on the UI thread it blocks rendering and the website gets sluggish. If there’s a memory leak it won’t just kill the web worker but crash the whole website.

I don’t have any empirical evidence for that. I basically just accept this argument. But its certainly a pain to deal with the web worker.

On the subject of scope: Native BarcodeDetector implementations don’t run on the UI thread. That’s why you have to await after a detect call. In that sense I think using a web worker in a polyfill is closer to the native implementation. That can be discussed but I don’t agree that polyfills shouldn’t use web workers in general. Would you also say polyfills should never use the fetch API?

from barcode-detector.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.