Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.