PyO3/pyo3

Expand performance section of the guide

Open

#3,310 创建于 2023年7月11日

在 GitHub 查看
 (8 评论) (4 反应) (0 负责人)Rust (668 fork)batch import
Good First Issue

仓库指标

Star
 (10,152 star)
PR 合并指标
 (平均合并 9天 18小时) (30 天内合并 51 个 PR)

描述

  • Overhead of conversions (i.e. PyList vs Vec etc.)
  • String intern!
  • Vec<u8> becoming list[int] (and thus being very slow), usage of Cow<[u8]> as an alternative
  • #[pyo3(get)] deep-cloning non-Py data
  • dictionary dispatch, i.e. look-up based on type object identity

贡献者指南