Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T11:51:08.000Z (about 3 years ago)
- Last Synced: 2023-08-02T09:13:10.198Z (over 1 year ago)
- Topics: benchmarks, zig
- Language: C
- Size: 65.4 KB
- Stars: 12
- Watchers: 9
- 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
- gmpNOTE: Running the full set of tests will use about 1GiB of hard drive space. Run
`zig build clean` to clear all build artifacts.