pyo3/benches
Adam Reichold db109867d3 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_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 more lints 2022-03-23 08:07:28 +01: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