Commit Graph

5 Commits

Author SHA1 Message Date
Diomidis Spinellis 8665bf67b6 Adjust benchmark for Windown execution
It's difficult to make quoting work reliably and portably with the
Windows shell, so in most casesEsupply sed commands as files.
2025-12-16 21:07:09 +01:00
Diomidis Spinellis 9713cead52 Have benchmarked output go to a file
This is more realistic and allows to benchmark copy_file_range(2)
performance.
2025-09-19 20:56:14 +03:00
Diomidis Spinellis bfac7cf959 Optimize a, c, i text usage
Avoid the cost of string copies through the use of a reference counted
str.

The benchmark results improve as follows:

access-log-append aci-optimize is 1.07 times faster than rust-f2a2d868
2025-07-28 14:41:48 +03:00
Diomidis Spinellis a4cee5127d Handle failed executions 2025-05-24 16:15:24 +03:00
Diomidis Spinellis f7365fa422 Add benchmark and comparison scripts 2025-05-24 12:48:42 +03:00