The Computer Language Benchmarks Game in Zig
C Makefile
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_c-reference
binary-trees
fasta
mandelbrot
n-body
pidigits
spectral-norm
.gitignore
README.md

README.md

The Computer Language Benchmarks Game in Zig

The following is a list of pending improvements:

  • Add rough time/memory estimates for comparison
  • Add remaining examples
  • Report/note down any existing bugs and fix when possible
  • Optimize solutions to be a bit better
    • Multi-threading examples
    • Vector instruction examples