publish date
Mar 11, 2024
duration
28
min
Difficulty
Case details
In my talk, I'll break down `worker_threads`—how they function, what they can do for you, and the magic that happens behind the scenes with libuv. I'll also cover the beauty of abstractions and how they can simplify your code. I'll introduce two handy libraries I've developed: worker_map: 🧵 Tread-safe map structure for worker_threads. https://github.com/nairihar/worker_map funthreads: 🧵 A lightweight tool built on top of worker_threads, enabling multithreading. https://github.com/nairihar/funthreads
Share case:
About Author