2023-08-10 kernel meeting notes #24
zachschuermann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
summary
main java threads:
main rust threads:
delta-rs
that are pertinentattendees
@rtyler @tdas @MrPowers @roeap @vkorukanti @nkarpov @schuermannator
notes stream
@vkorukanti - Java updates
A few design decisions
rust side
@roeap no major updates
@schuermannator async/FFI
man epoll
(and learn about io_uring if you want extra credit)Stream
Stream
work allows us to implement async interfaces but without runtime.delta-rs
they can continue to depend on tokio (or get rid of it but someone in rust will) and just advance our futures with thatdelta-rs
one from robert and one from florian. robert's refactored delta-rs in a good way to prepare for kernel integration. florian started one which removes tokio from python side and uses python's 'run loop'Beta Was this translation helpful? Give feedback.
All reactions