All Projects → rust-lang → Rustc Perf

rust-lang / Rustc Perf

Website for graphing performance of rustc

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rustc Perf

Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (-5.88%)
Mutual labels:  performance
React Performance
Helpers to debug and record component render performance 🚀
Stars: ✭ 265 (-2.57%)
Mutual labels:  performance
Webpack Lighthouse Plugin
A Webpack plugin for Lighthouse
Stars: ✭ 271 (-0.37%)
Mutual labels:  performance
Query track
Find time-consuming database queries for ActiveRecord-based Rails Apps
Stars: ✭ 258 (-5.15%)
Mutual labels:  performance
Fixed
high performance fixed decimal place math library for Go
Stars: ✭ 263 (-3.31%)
Mutual labels:  performance
Clang
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
Stars: ✭ 2,880 (+958.82%)
Mutual labels:  performance
Lazysizes
High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.
Stars: ✭ 15,716 (+5677.94%)
Mutual labels:  performance
String Theory
Identify and reduce memory used by duplicate .NET strings
Stars: ✭ 273 (+0.37%)
Mutual labels:  performance
Grav
Performance visualisation tools
Stars: ✭ 262 (-3.68%)
Mutual labels:  performance
Panko serializer
High Performance JSON Serialization for ActiveRecord & Ruby Objects
Stars: ✭ 266 (-2.21%)
Mutual labels:  performance
Metered Rs
Fast, ergonomic metrics for Rust
Stars: ✭ 258 (-5.15%)
Mutual labels:  performance
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (-4.41%)
Mutual labels:  performance
Ristretto
A high performance memory-bound Go cache
Stars: ✭ 3,584 (+1217.65%)
Mutual labels:  performance
Poiji
🍬 A tiny library converting excel rows to a list of Java objects based on Apache POI
Stars: ✭ 255 (-6.25%)
Mutual labels:  performance
Fastexcel
Generate and read big Excel files quickly
Stars: ✭ 268 (-1.47%)
Mutual labels:  performance
Kboom
The Kubernetes scale & soak load tester
Stars: ✭ 256 (-5.88%)
Mutual labels:  performance
Hyperhtml
A Fast & Light Virtual DOM Alternative
Stars: ✭ 2,872 (+955.88%)
Mutual labels:  performance
Database validations
Database validations for ActiveRecord
Stars: ✭ 274 (+0.74%)
Mutual labels:  performance
Next Super Performance
The case of partial hydration (with Next and Preact)
Stars: ✭ 272 (+0%)
Mutual labels:  performance
Stormpot
A fast object pool for the JVM
Stars: ✭ 267 (-1.84%)
Mutual labels:  performance

Rust Compiler Performance Monitoring & Benchmarking

This repository contains two primary crates: collector and site. Collector gathers data for each bors commit and the site displays the data and provides a GitHub bot for on-demand benchmarking.

The primary required setup is to provide a folder with a retries file and a times folder. Data is gathered into https://github.com/rust-lang/rustc-timing by Rust Infrastructure; cloning that is the best approach for working on the frontend.

Additional documentation on running and setting up the frontend and backend can be found in the README files in the collector and site directories.

Additional documentation on the benchmark programs can be found in the README file in the collector/benchmarks directory.

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].