pyo3/pyo3-benches/benches
Adam Reichold c644c0b0b8
Lazy-initialize the global reference pool to reduce its overhead when unused (#4178)
* Add benchmarks exercising the global reference count decrement pool.

* Lazy-initialize the global reference pool to reduce its overhead when unused
2024-06-06 08:45:16 +00:00
..
bench_any.rs deprecate `PyDict::new` constructor (#3823) 2024-02-11 23:55:56 +00:00
bench_bigint.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_call.rs add `PyModule::new_bound` and `PyModule::import_bound` (#3775) 2024-02-22 09:35:47 +00:00
bench_comparisons.rs update `extract_argument` to use Bound APIs (#3708) 2024-02-28 19:36:20 +00:00
bench_decimal.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_dict.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_err.rs
bench_extract.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_frompyobject.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_gil.rs Remove deferred reference count increments and make the global reference pool optional (#4095) 2024-05-11 14:48:45 +00:00
bench_intern.rs add `PyModule::new_bound` and `PyModule::import_bound` (#3775) 2024-02-22 09:35:47 +00:00
bench_list.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_pyclass.rs
bench_pyobject.rs Lazy-initialize the global reference pool to reduce its overhead when unused (#4178) 2024-06-06 08:45:16 +00:00
bench_set.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00
bench_tuple.rs ci: tidy up benchmarks a little (#3986) 2024-03-23 20:17:33 +00:00