├── c++.cpp ├── c.c ├── readme.md ├── rust.rs └── zig.zig /c++.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgeperezlara/Benchmarks/HEAD/c++.cpp -------------------------------------------------------------------------------- /c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgeperezlara/Benchmarks/HEAD/c.c -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgeperezlara/Benchmarks/HEAD/readme.md -------------------------------------------------------------------------------- /rust.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgeperezlara/Benchmarks/HEAD/rust.rs -------------------------------------------------------------------------------- /zig.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgeperezlara/Benchmarks/HEAD/zig.zig --------------------------------------------------------------------------------