pyo3/benches
David Hewitt a374a1c268 add tuple_into_py benchmark 2023-07-16 15:12:08 +01:00
..
bench_any.rs Add implementation of Iterator::size_hint for PyIterator 2023-07-09 10:16:20 +02:00
bench_call.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_comparisons.rs support ordering magic methods for `#[pyclass]` 2023-06-04 13:58:18 +01:00
bench_decimal.rs implement Decimal to rust_decimal conversions 2023-04-22 19:55:21 +02:00
bench_dict.rs ci: updates for rust 1.71 2023-07-14 12:10:37 +01:00
bench_err.rs Add more lints 2022-03-23 08:07:28 +01:00
bench_extract.rs Add benchmark showing that extract::<i64> is costly due to PyNumber_Index trying hard. 2023-05-26 07:47:45 +02: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 ci: run checks for all platforms on PR 2022-12-25 20:02:21 +00:00
bench_list.rs ci: updates for rust 1.71 2023-07-14 12:10:37 +01:00
bench_pyclass.rs change PyModule::add_class to return an error if class creation fails 2023-02-14 22:08:35 +00:00
bench_pyobject.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
bench_set.rs ci: updates for rust 1.71 2023-07-14 12:10:37 +01:00
bench_tuple.rs add tuple_into_py benchmark 2023-07-16 15:12:08 +01:00