# devonestes/fast-elixir

:dash: Writing Fast Elixir :heart_eyes: -- Collect Common Elixir idioms.

Repository: https://github.com/devonestes/fast-elixir
Canonical: https://ross.abutalabs.com/products/fast-elixir
Homepage: https://github.com/devonestes/fast-elixir
Language: Elixir
License Family: other
Topics: elixir, elixir-lang, performance, fast
Last push: 2023-11-08T17:04:23+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3441, "days_push": 1029, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1289, forks 43 (observed 2026-08-28T04:04:15.271508+00:00)

## What it is
A collection of benchmarked Elixir code idioms comparing semantically equivalent approaches to show which is faster, inspired by fast-ruby. Each idiom includes runnable benchmark code using benchee.

## Use cases
- learn which elixir code patterns are faster
- benchmark map lookup vs pattern matching in elixir
- find faster alternatives to string concatenation in elixir
- compare ets vs gen server performance
- optimize slow elixir code
- learn elixir performance idioms

## When to choose
- you write Elixir and want to learn performance-oriented idioms with measured evidence
- you want runnable benchmark examples to adapt to your own codebase

## When to avoid
- you need a library to add to your project rather than reference material
- you need guaranteed up-to-date benchmarks for recent Elixir/OTP versions
- you work in a language other than Elixir

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: benchmarking, developer-tools
- domain: performance, programming-languages, tutorials
- platform: elixir
- tags: elixir, performance-optimization, idioms, benchee, benchmarks, fast-ruby-inspired, erlang-vm

## Member repositories
- devonestes/fast-elixir (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.271508+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:55:43.728657+00:00, confidence not recorded.
  - readme: https://github.com/devonestes/fast-elixir (fetched 2026-08-28T04:04:15.271508+00:00, sha 90a5be9c06f6)
  - homepage: https://github.com/devonestes/fast-elixir (fetched 2026-08-29T12:11:37.375529+00:00, sha c2549f3752b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
