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

https://github.com/compscidr/compiler-language-benchmarks

Comparisons of c++ (gcc vs clang/llvm), rust, zig, go
https://github.com/compscidr/compiler-language-benchmarks

Last synced: 3 months ago
JSON representation

Comparisons of c++ (gcc vs clang/llvm), rust, zig, go

Awesome Lists containing this project

README

          

# compiler and language benchmarks
Recently started wondering about differences between g++ vs clang/llvm for cpp, and also about the differences between rust, zig, go vs cpp.

The goal of this repo is to do some benchmark comparisons between them. Probably it will just be a learning project on implementation differences.

Here are some questions I'd like to answer:
- How long to install the necessary build tools?
- What is the performance like of some repesentative programs?
- In terms of?
- running time
- memory
- binary size
- compilation time
- Hello World
- Sorting
- Others?

There's a way more complete and better version of this here: https://benchmarksgame-team.pages.debian.net/benchmarksgame/index.html