lance-format/lance

Make PyO3 functions as async function

Open

#818 opened on 2023年5月1日

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
 (平均マージ 6d 1h) (30d で 219 merged PRs)

説明

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?

コントリビューターガイド