pyo3/benches
Aviram Hassan c6255e6734 - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`.
- `PyList` and `PyTuple`'s `get_item` now always uses the safe API. See `get_item_unchecked` for retrieving index without checks.
2021-08-17 15:01:22 +01:00
..
bench_call.rs rust: updates for rust & clippy 1.54 2021-07-31 08:19:38 +01:00
bench_dict.rs benches: add benchmarks for container creation 2021-06-06 08:26:20 +01:00
bench_err.rs benches: add bench_err 2021-07-24 08:50:35 +01:00
bench_gil.rs benches: add bench_gil 2021-05-17 07:37:03 +01:00
bench_list.rs - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`. 2021-08-17 15:01:22 +01:00
bench_pyclass.rs Migrate all benchmark to criterion 2021-05-26 14:25:00 +08:00
bench_pyobject.rs Migrate all benchmark to criterion 2021-05-26 14:25:00 +08:00
bench_set.rs Migrate all benchmark to criterion 2021-05-26 14:25:00 +08:00
bench_tuple.rs - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`. 2021-08-17 15:01:22 +01:00