Good First Issue
仓库指标
- Star
- (10,152 star)
- PR 合并指标
- (平均合并 9天 18小时) (30 天内合并 51 个 PR)
描述
- Overhead of conversions (i.e.
PyListvsVecetc.) - String
intern! -
Vec<u8>becominglist[int](and thus being very slow), usage ofCow<[u8]>as an alternative -
#[pyo3(get)]deep-cloning non-Pydata - dictionary dispatch, i.e. look-up based on type object identity