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?

贡献者指南