pyo3/benches
David Hewitt de8fa18946 clippy: fixes flagged by beta toolchain 2022-08-14 07:44:11 +01:00
..
bench_call.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_dict.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02: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 clippy: fixes flagged by beta toolchain 2022-08-14 07:44:11 +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 Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
bench_pyclass.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
bench_pyobject.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
bench_set.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
bench_tuple.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00