8 comments (8 comments)4 reactions (4 reactions)0 assignees (0 assignees)Rust10,152 stars (10,152 stars)668 forks (668 forks)batch import
Good First Issue
- Issue 種別
- documentation
- 調査方針
- Examine the existing guide structure in the `guide/` directory of the PyO3 repository. Look at the 'Performance' section to understand the current content and formatting. Read the referenced items, such as the overhead of conversions between PyList and Vec, and the use of `Cow<[u8]>` for zero copy data. Consider consulting comments or asking maintainers for preferred depth and examples. Finally, write concise explanations with code snippets and performance benchmarks where applicable.