Avatar for the PyO3 user
PyO3
pyo3
BlogDocsChangelog

Add new dictionary functions and extern declarations

#5947Merged
Comparing
clin1234:patch-2
(
86220d3
) with
main
(
28fb17a
)
CodSpeed Performance Gauge
0%
Untouched
105
Ignored
21
Skipped
1

Benchmarks

127 total
call_method_0
pyo3-benches/benches/bench_call.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
+4%
572 µs551.8 µs
getattr_intern
pyo3-benches/benches/bench_intern.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
+1%
3.3 µs3.2 µs
test_many_keyword_arguments_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
17.4 µs17.3 µs
test_args_kwargs_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
11.7 µs11.7 µs
test_method_call
pytests/tests/test_pyclasses.py
CodSpeed Performance Gauge
0%
13.4 µs13.4 µs
test_simple_py
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
13.8 µs13.8 µs
test_simple_args_py
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
14.4 µs14.4 µs
test_simple_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
14.6 µs14.6 µs
test_args_kwargs_py
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
15.1 µs15.1 µs
test_many_keyword_arguments_py
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
15.3 µs15.3 µs
test_simple_args_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
15.4 µs15.4 µs
test_simple_kwargs_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
15.6 µs15.6 µs
test_simple_kwargs_py
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
15.9 µs15.8 µs
test_simple_args_kwargs_rs
pytests/tests/test_pyfunctions.py
CodSpeed Performance Gauge
0%
16 µs16 µs
not_a_list_via_extract_enum
pyo3-benches/benches/bench_frompyobject.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
17.5 µs17.4 µs
enum_from_pyobject
pyo3-benches/benches/bench_frompyobject.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
20 µs19.9 µs
test_empty_class_init
pytests/tests/test_pyclasses.py
CodSpeed Performance Gauge
0%
20.3 µs20.2 µs
call_1
pyo3-benches/benches/bench_call.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
190.4 µs190.3 µs
test_setter
pytests/tests/test_pyclasses.py
CodSpeed Performance Gauge
0%
14 µs14 µs
test_getter
pytests/tests/test_pyclasses.py
CodSpeed Performance Gauge
0%
14.3 µs14.3 µs
extract_hashset
pyo3-benches/benches/bench_set.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
23.2 ms23.2 ms
dict_get_item
pyo3-benches/benches/bench_dict.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
15.6 ms15.6 ms
dict_new
pyo3-benches/benches/bench_dict.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
20.3 ms20.3 ms
iter_dict
pyo3-benches/benches/bench_dict.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
18.1 ms18.1 ms
list_new
pyo3-benches/benches/bench_list.rs::benches::criterion_benchmark
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms

Commits

Click on a commit to change the comparison range
Base
main
28fb17a
-0.01%
Change key parameter type from char to c_char
8067d5c
14 days ago
by clin1234
+0.09%
Fix typo in import statement for c_int
30f89df
14 days ago
by clin1234
-0.11%
Remove unused c_void import in dictobject.rs
b268453
7 days ago
by clin1234
0%
Comment out PyDict_SetDefaultRef function
d8ff2f7
7 days ago
by clin1234
+0.01%
Merge branch 'main' into patch-2
6f2e790
14 hours ago
by clin1234
-0.07%
Reorder dictobject.rs to mirror upstream C header
56a3901
12 hours ago
by clin1234
+0.05%
Space
3d41d5f
11 hours ago
by clin1234
+0.03%
Add GraalPy conditional compilation for dict functions
86220d3
9 hours ago
by clin1234
© 2026 CodSpeed Technology
Home Terms Privacy Docs