DamirSvrtan/fasterer
:zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap: observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4215
- days_rel: n/a
- days_push: 810
- n_releases_24m: 0
Adoption not part of the score
1822 stars · 76 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fasterer is a Ruby command-line static analysis tool that scans your codebase and suggests performance improvements, such as replacing Array#select.first with Array#detect. It is inspired by the fast-ruby project and configurable via a .fasterer.yml file.
Use cases
- find slow ruby idioms in my codebase
- lint ruby code for performance anti-patterns
- suggest faster alternatives like detect instead of select.first
- run performance checks in CI or pre-commit hooks
- exclude vendor files from performance analysis
When to choose
- you maintain performance-sensitive Ruby code like frameworks or Rack middleware
- you want automated suggestions for faster Ruby idioms
- you want a lightweight performance linter integrated into CI
When to avoid
- you have a typical Rails app where readability matters more than micro-optimizations
- you need general-purpose linting beyond performance suggestions
- you expect the suggestions to always be safe to apply blindly
Facets
cli-tool · maturity maintenance
linter static-site-generator developer-tools performance programming-languages cli ruby ruby static-analysis performance-linting code-quality
1 source
- readme: https://github.com/DamirSvrtan/fasterer · fetched 2026-08-28 · 55102d953c1e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DamirSvrtan/fasterer | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="DamirSvrtan/fasterer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem