Avatar for the art049 user
art049
monty
BlogDocsChangelog

Performance History

No performance history available yetOnce you have some commits, you will be able to see the performance history of your primary branch.

Latest Results

CLI run
by
Avatar for the art049 user
art049
7 days ago
Add allocate_str_ref to avoid intermediate String in str(int) path When converting int to string via itoa, the result is a &str on the stack. Previously this was converted to String (heap allocation) then to Box<str> (another conversion). The new allocate_str_ref creates Box<str> directly from &str, avoiding the intermediate String. Also a minor improvement to list_append_str benchmark. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-Authored-By: CodSpeed <no-reply@codspeed.io>
perf/optimize-vm-and-heap-layout
7 days ago
CLI run
by
Avatar for the art049 user
art049
7 days ago
CLI run
by
Avatar for the art049 user
art049
7 days ago
CLI run
by
Avatar for the art049 user
art049
7 days ago

Latest Branches

CodSpeed Performance Gauge
+49%
perf: mcp/skill testing#1
7 days ago
a0c4faa
perf/optimize-vm-and-heap-layout
© 2026 CodSpeed Technology
Home Terms Privacy Docs