All Projects → nindalf → arewefastyet

nindalf / arewefastyet

Licence: MIT license
arewefastyet.rs - benchmarking the Rust compiler

Programming Languages

rust
11053 projects
typescript
32286 projects
CSS
56736 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to arewefastyet

Jctools
jctools.github.io/jctools
Stars: ✭ 2,833 (+15638.89%)
Mutual labels:  benchmarks
skiplist-survey
A comparison of skip lists written in Go
Stars: ✭ 47 (+161.11%)
Mutual labels:  benchmarks
detect-gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 749 (+4061.11%)
Mutual labels:  benchmarks
memo wise
The wise choice for Ruby memoization
Stars: ✭ 486 (+2600%)
Mutual labels:  benchmarks
wat
How fast are computers?
Stars: ✭ 26 (+44.44%)
Mutual labels:  benchmarks
HTAPBench
Benchmark suite to evaluate HTAP database engines
Stars: ✭ 15 (-16.67%)
Mutual labels:  benchmarks
BugZoo
Keep your bugs contained. A platform for studying historical software bugs.
Stars: ✭ 49 (+172.22%)
Mutual labels:  benchmarks
scikit-learn bench
scikit-learn_bench benchmarks various implementations of machine learning algorithms across data analytics frameworks. It currently support the scikit-learn, DAAL4PY, cuML, and XGBoost frameworks for commonly used machine learning algorithms.
Stars: ✭ 71 (+294.44%)
Mutual labels:  benchmarks
trie-perf
Performance shootout of various trie implementations
Stars: ✭ 18 (+0%)
Mutual labels:  benchmarks
scala-benchmarks
An independent set of benchmarks for testing common Scala idioms.
Stars: ✭ 65 (+261.11%)
Mutual labels:  benchmarks
anybench
CPU Benchmarks Set
Stars: ✭ 54 (+200%)
Mutual labels:  benchmarks
Static-Sort
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
Stars: ✭ 30 (+66.67%)
Mutual labels:  benchmarks
miopen-benchmark
benchmarking miopen
Stars: ✭ 17 (-5.56%)
Mutual labels:  benchmarks
server-benchmarks
🚀 Cross-platform transparent benchmarks for HTTP/2 Web Servers at 2020-2023
Stars: ✭ 78 (+333.33%)
Mutual labels:  benchmarks
dvc-bench
Benchmarks for DVC
Stars: ✭ 17 (-5.56%)
Mutual labels:  benchmarks
Benchmarks
Some benchmarks of different languages
Stars: ✭ 2,108 (+11611.11%)
Mutual labels:  benchmarks
LinqBenchmarks
Benchmarking LINQ and alternative implementations
Stars: ✭ 138 (+666.67%)
Mutual labels:  benchmarks
RTX-2080Ti-Vs-GTX-1080Ti-CIFAR-100-Benchmarks
No description or website provided.
Stars: ✭ 16 (-11.11%)
Mutual labels:  benchmarks
pdb-benchmarks
Benchmarking common tasks on proteins in various languages and packages
Stars: ✭ 33 (+83.33%)
Mutual labels:  benchmarks
jsperf
JavaScript Performance Benchmarks
Stars: ✭ 15 (-16.67%)
Mutual labels:  benchmarks

Arewefastyet

This repo is split into 3 parts

  • site powers the dashboard on arewefastyet.rs, as well as the FAQ
  • data has the data powering those dashboards, stored in JSON.
  • cmd is a CLI written in Rust that collects that data.

If you'd like to reproduce these benchmarks, run this

git clone https://github.com/nindalf/arewefastyet
cd arewefastyet/
./collect_samples.sh

Contributing

Any contribution there are welcome. To get started

git clone https://github.com/nindalf/arewefastyet
cd arewefastyet/site
npm install && npm run dev

and

cd arewefastyet/cmd
cargo build && cargo test

For now, contributions of benchmarks on different kinds of hardware is out of scope.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].