pyo3/benches
2022-04-10 13:04:27 +02:00
..
bench_call.rs
bench_dict.rs
bench_err.rs
bench_frompyobject.rs Add benchmark highlighting the costs of failed calls to FromPyObject::extract. 2022-04-10 13:04:27 +02:00
bench_gil.rs
bench_intern.rs Add intern! macro which can be used to amortize the cost of creating Python objects by storing them inside a GILOnceCell. 2022-04-03 21:16:42 +02:00
bench_list.rs
bench_pyclass.rs
bench_pyobject.rs
bench_set.rs
bench_tuple.rs