Design an Arrow Library to be `Async`

Опубликовано: 13 Июнь 2026
на канале: Voltron Data
344
5

Speaker: Jorge Leitão, Co-founder and Data Scientist at Munin Data

Most modern languages support async/await paradigms that enable efficient use of threads.

In this talk, Jorge goes through what are IO-bound tasks and cooperative scheduling, and how you can design an Arrow library that uses this paradigm effectively.