Wed@NICO - 11/12 - Blaise Aguera y Arcas
Northwestern Institute on Complex Systems
www.youtube.com/live/30NgzqY...
Wed@NICO - 11/12 - Blaise Aguera y Arcas
Northwestern Institute on Complex Systems
www.youtube.com/live/30NgzqY...
- Futures are lazy state machines
- Async provides concurrency, not necessarily parallelism
- Cooperative multitasking: tasks yield at .await points only
- Send = safe to move between threads
- Sync = safe to share references btwn threads
- Use async for I/O-bound, threads for CPU-bound
- Futures are lazy state machines
- Async provides concurrency, not necessarily parallelism
- Cooperative multitasking: tasks yield at .await points only
- Send = safe to move between threads
- Sync = safe to share references btwn threads
- Use async for I/O-bound, threads for CPU-bound
Async is perfect for I/O-bound operations where you're waiting for external resources, use async for concurrency with I/O. Use threads for CPU parallelism!
Async is perfect for I/O-bound operations where you're waiting for external resources, use async for concurrency with I/O. Use threads for CPU parallelism!
Streaming Tensor Program: A streaming abstraction for dynamic parallelism
https://arxiv.org/abs/2511.07776
Streaming Tensor Program: A streaming abstraction for dynamic parallelism
https://arxiv.org/abs/2511.07776
You still wanna avoid SQRT() if you can, but a few won't hurt. ;)
You still wanna avoid SQRT() if you can, but a few won't hurt. ;)
simonwillison.net/2025/Nov/11/...
🗓️ Wed 11/12 at 12pm US Central
🔗 bit.ly/WedatNICO
🗓️ Wed 11/12 at 12pm US Central
🔗 bit.ly/WedatNICO
chrispenner.ca/posts/mutexes
#STM #concurrency #parallelism #mutexes #Haskell
chrispenner.ca/posts/mutexes
#STM #concurrency #parallelism #mutexes #Haskell
* the strength of selection and local adaptation in wild yeast
* repeatability (parallelism) in experimental evolution in the lab
* yeast community composition
* the strength of selection and local adaptation in wild yeast
* repeatability (parallelism) in experimental evolution in the lab
* yeast community composition
Unless you wrap that all up into "structure"
Unless you wrap that all up into "structure"
Realization of Thread Level Parallelism on Quantum Devices
https://arxiv.org/abs/2511.05436
Realization of Thread Level Parallelism on Quantum Devices
https://arxiv.org/abs/2511.05436
https://arxiv.org/pdf/2511.05436
Keren Li, Zidong Lin, Zheng An, Guanru Feng, Zipeng Wu, Shiyao Hou, Jingen Xiang.
https://arxiv.org/pdf/2511.05436
Keren Li, Zidong Lin, Zheng An, Guanru Feng, Zipeng Wu, Shiyao Hou, Jingen Xiang.