lance-format/lance

Make PyO3 functions as async function

Open

#818 opened on May 1, 2023

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (695 forks)github user discovery
A-pythonenhancementgood first issuerust

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (Avg merge 6d 1h) (219 merged PRs in 30d)

Description

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?

Contributor guide