Super-ZIG/io-bench
SuperZIG.io project benchmarks repository.
When simplicity meets efficiency
Well, the library has a lot of stuff, so I'm going to do the comparisons and benchmarks individually. In this table, I've listed all the important comparisons I've done so far (this document is still under development).
Target | Implementation | Competitor | Result |
---|---|---|---|
ascii |
io.string.utils.ascii |
std.ascii |
x1 |
utf8 |
io.string.utils.utf8 |
std.unicode |
x5 |
To execute the benchmark, use one of the following commands:
# For optimized performance:
zig build run --release=fast -- <target>
# For normal performance:
zig build run -- <target>