raviqqe
stak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add IO benchmarks (#3954) ## Summary - Add Criterion IO benchmarks for in-memory ports and OS-backed files. - Cover bytevector and string reads/writes with separate preparation measurements. - Add multibyte UTF-8 workloads using encoded-byte throughput accounting. - Keep OS input fixtures separate from output fixtures so write preparation cannot invalidate read benchmarks. ## Validation - `cargo fmt --all -- --check` - `cargo check -p stak-bench --bench io --all-features --locked` - `cargo clippy -p stak-bench --bench io --all-features --locked -- -D warnings` - `cargo bench -p stak-bench --bench io --locked -- --test` - `git diff --check`
main
1 hour ago
Fix UTF-8 encoding in `open-input-string` (#3949) The UTF-8 encoder omitted required continuation bytes when higher six-bit groups were zero, truncating U+2014 from `E2 80 94` to `E2 94`. Make recursion follow the selected UTF-8 width and cover the regression in the string-port integration tests. --------- Co-authored-by: Yota Toyama <raviqqe@gmail.com>
main
6 hours ago
Add IO benchmarks
lleukkun:feat/io-benchmarks
16 hours ago
Update aruba-go (#3952) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
main
20 hours ago
Refactor port buffer ordering fix (#3953)
main
22 hours ago
Fix
chore/agoa
22 hours ago
Refactor
chore/refactor
23 hours ago
Update snapshots
lleukkun:bug/open-input-string-utf8
23 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add IO benchmarks
#3954
19 hours ago
d61995c
lleukkun:feat/io-benchmarks
CodSpeed Performance Gauge
0%
Update aruba-go
#3952
1 day ago
7376159
chore/agoa
CodSpeed Performance Gauge
0%
Refactor port buffer ordering fix
#3953
1 day ago
7694063
chore/refactor
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs