• Vent
    link
    fedilink
    arrow-up
    4
    ·
    20 days ago

    You probably already know this, or are talking about another language, but JavaScript is inherently single threaded, so unless you’re running blocking I/O in parallel, you won’t actually see any performance boost. Service workers get their own thread though.