pyo3/benches
Georg Brandl c489809938 Py/PyAny: deprecate cast_as() in favor of downcast()
They are (practically) identical on PyAny, and `downcast()` is the more
useful name.
2022-11-18 07:00:40 +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 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 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