Home / Benchmarks
Official Compiler & Runtime Benchmarks
Performance & Scale
Zero-cost abstractions with compile-time shape verification and native LLVM code generation.
1000x1000 Matrix Multiplication Speed
Blyx is 2.8x faster than Python NumPy
Execution Time (lower is better)
Blyx v0.1.0-alpha12.4 ms
C++ GCC -O311.8 ms
Rust 1.80 -O312.1 ms
Python NumPy (OpenBLAS)34.7 ms
Actor Message Throughput
142 Million lock-free messages per second
Messages / sec (higher is better)
Blyx Actor Runtime142M / sec
Erlang / OTP38M / sec
Go Channels52M / sec
Akka Scala45M / sec
Compiler Throughput (100,000 LOC)
Cold build in 4.2 seconds; incremental rebuild in 0.3s
Cold Build Seconds (lower is better)
Blyx (blyxc)4.2 s
Go (gc)3.8 s
Rust (rustc)18.4 s
C++ (clang++)14.2 s
Standalone Binary Footprint
Hello World binary is only 48 KB
Binary Size in KB (lower is better)
Blyx Binary48 KB
C Binary (strip)40 KB
Rust Binary380 KB
Go Binary2,100 KB