pyo3/benches
David Hewitt 65ead640ee benchmark PySet::new 2022-12-04 08:57:27 +00: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 Py/PyAny: deprecate cast_as() in favor of downcast() 2022-11-18 07:00:40 +01: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 benchmark PySet::new 2022-12-04 08:57:27 +00:00
bench_tuple.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00