https://github.com/tiehuis/zig-benchmarks-game
The Computer Language Benchmarks Game in Zig
https://github.com/tiehuis/zig-benchmarks-game
benchmarks zig
Last synced: about 1 year ago
JSON representation
The Computer Language Benchmarks Game in Zig
- Host: GitHub
- URL: https://github.com/tiehuis/zig-benchmarks-game
- Owner: tiehuis
- Created: 2017-10-27T09:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T11:51:08.000Z (over 4 years ago)
- Last Synced: 2025-03-25T23:06:45.402Z (about 1 year ago)
- Topics: benchmarks, zig
- Language: C
- Size: 65.4 KB
- Stars: 12
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[The Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/) in Zig.
```
zig build
./run
```
## Dependencies
- zig (master branch)
- bash
- pcre
- gmp
NOTE: Running the full set of tests will use about 1GiB of hard drive space. Run
`zig build clean` to clear all build artifacts.