lance-format/lance

Make PyO3 functions as async function

Open

#818 建立於 2023年5月1日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Rust (695 fork)github user discovery
A-pythonenhancementgood first issuerust

倉庫指標

Star
 (6,582 star)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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?

貢獻者指南