pyo3/benches
Adam Reichold 74e93a2c29 Add benchmark highlighting the costs of failed calls to FromPyObject::extract. 2022-04-10 13:04:27 +02:00
..
bench_call.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_dict.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_err.rs Add more lints 2022-03-23 08:07:28 +01:00
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 Add more lints 2022-03-23 08:07:28 +01:00
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 Add more lints 2022-03-23 08:07:28 +01:00
bench_pyclass.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_pyobject.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_set.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_tuple.rs Add more lints 2022-03-23 08:07:28 +01:00