Skip to content
/ perf Public

Matrix multiplication performance benchmarks of various popular programming languages.

License

Notifications You must be signed in to change notification settings

lusory/perf

Repository files navigation

perf

Matrix multiplication performance benchmarks of various popular programming languages.

Languages

  • Java (Adoptium Temurin 19)
  • C (latest GCC, includes -O2 and -O3 optimizations)
  • C++ (latest G++, includes -O2 and -O3 optimizations)
  • Python (latest)
  • Go (1.19.3)
  • Rust (latest stable, includes opt-level 2 and 3 optimizations)

About

Matrix multiplication performance benchmarks of various popular programming languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published