Good First Issue
Métriques du dépôt
- Stars
- (10 152 étoiles)
- Métriques de merge PR
- (Merge moyen 9j 18h) (51 PRs mergées en 30 j)
Description
- 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