pydantic
jiter
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
expose `known_number_bytes` and parser methods for bytes -> number
#250
Comparing
dh/known-number-bytes
(
0bb223a
) with
main
(
dcdc93d
)
CodSpeed Performance Gauge
0%
Untouched
70
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
70 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sentence_jiter_value
crates/jiter/benches/main.rs::benches::sentence_jiter_value
CodSpeed Performance Gauge
+7%
8.5 µs
7.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
unicode_serde_value
crates/jiter/benches/main.rs::benches::unicode_serde_value
CodSpeed Performance Gauge
+7%
8.9 µs
8.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_true_array
crates/jiter/benches/python.rs::benches::python_parse_true_array
CodSpeed Performance Gauge
+5%
15.5 µs
14.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sentence_jiter_skip
crates/jiter/benches/main.rs::benches::sentence_jiter_skip
CodSpeed Performance Gauge
+3%
1.9 µs
1.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
unicode_jiter_skip
crates/jiter/benches/main.rs::benches::unicode_jiter_skip
CodSpeed Performance Gauge
+3%
2 µs
2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_x100_not_cached
crates/jiter/benches/python.rs::benches::python_parse_x100_not_cached
CodSpeed Performance Gauge
+3%
3.4 µs
3.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_other
crates/jiter/benches/python.rs::benches::python_parse_other
CodSpeed Performance Gauge
+2%
6.9 µs
6.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_string_array_unique
crates/jiter/benches/python.rs::benches::python_parse_string_array_unique
CodSpeed Performance Gauge
+2%
2.3 ms
2.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
pass1_jiter_value
crates/jiter/benches/main.rs::benches::pass1_jiter_value
CodSpeed Performance Gauge
+2%
32.9 µs
32.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
pass1_jiter_skip
crates/jiter/benches/main.rs::benches::pass1_jiter_skip
CodSpeed Performance Gauge
+2%
11.9 µs
11.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_array_jiter_skip
crates/jiter/benches/main.rs::benches::true_array_jiter_skip
CodSpeed Performance Gauge
+1%
4 µs
4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_string_array
crates/jiter/benches/python.rs::benches::python_parse_string_array
CodSpeed Performance Gauge
+1%
27 µs
26.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_x100
crates/jiter/benches/python.rs::benches::python_parse_x100
CodSpeed Performance Gauge
+1%
3.6 µs
3.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_numeric
crates/jiter/benches/python.rs::benches::python_parse_numeric
CodSpeed Performance Gauge
+1%
13.9 µs
13.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_string_array_not_cached
crates/jiter/benches/python.rs::benches::python_parse_string_array_not_cached
CodSpeed Performance Gauge
+1%
39.1 µs
38.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_array_jiter_iter
crates/jiter/benches/main.rs::benches::true_array_jiter_iter
CodSpeed Performance Gauge
+1%
3.7 µs
3.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_array_jiter_value
crates/jiter/benches/main.rs::benches::true_array_jiter_value
CodSpeed Performance Gauge
+1%
15.1 µs
15 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_object_jiter_value
crates/jiter/benches/main.rs::benches::true_object_jiter_value
CodSpeed Performance Gauge
+1%
27.5 µs
27.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
python_parse_medium_response
crates/jiter/benches/python.rs::benches::python_parse_medium_response
CodSpeed Performance Gauge
+1%
57.5 µs
57.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
short_numbers_serde_value
crates/jiter/benches/main.rs::benches::short_numbers_serde_value
CodSpeed Performance Gauge
+1%
539 µs
536.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
floats_array_jiter_value
crates/jiter/benches/main.rs::benches::floats_array_jiter_value
CodSpeed Performance Gauge
+1%
267 µs
265.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_object_serde_value
crates/jiter/benches/main.rs::benches::true_object_serde_value
CodSpeed Performance Gauge
0%
72 µs
71.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
short_numbers_jiter_value
crates/jiter/benches/main.rs::benches::short_numbers_jiter_value
CodSpeed Performance Gauge
0%
140.6 µs
139.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bigints_array_jiter_iter
crates/jiter/benches/main.rs::benches::bigints_array_jiter_iter
CodSpeed Performance Gauge
0%
119.6 µs
119.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
massive_ints_array_jiter_iter
crates/jiter/benches/main.rs::benches::massive_ints_array_jiter_iter
CodSpeed Performance Gauge
0%
566.4 µs
564.1 µs
1
2
3
Commits
Click on a commit to change the comparison range
Base
main
dcdc93d
-0.46%
expose `known_number_bytes` and parser methods for bytes -> number
c023b5d
5 days ago
by davidhewitt
-10.35%
go for `from_bytes` methods, add tests
38ec6a9
24 hours ago
by davidhewitt
+10.7%
fmt
0bb223a
12 hours ago
by davidhewitt
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs