Moving Code Evaluation to a WebWorker |

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 3

  • @BayanBennett
    @BayanBennett  3 роки тому +1

    💬Comments | 🙋Questions | 🤔 Suggestions
    What do you think about moving the code processing to a web worker?

  • @buzurgarjmandi4255
    @buzurgarjmandi4255 3 роки тому +1

    Very nice! I think moving to a web worker will not only have the benefit of not pollution the global scope but also of increasing code evaluation performance as I believe web workers run on a different thread than the main js execution context. Very cool wrapper around the console interface also!