lance-format/lance

Make PyO3 functions as async function

Open

#818 aperta il 1 mag 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Rust (695 fork)github user discovery
A-pythonenhancementgood first issuerust

Metriche repository

Star
 (6582 star)
Metriche merge PR
 (Merge medio 6g 1h) (219 PR mergiate in 30 g)

Descrizione

Problem

Pyo3 can support async calls. https://pyo3.rs/v0.13.2/ecosystem/async-await.html .

Because our rust APIs are all async calls, it is probably cheaper to directly implement them as async call from Python side?

Guida contributor