Ross ROSS = Recommend OSS · open-source software intelligence for agents

AdamNiederer/faster

SIMD for humans observed · 2026-08-28

github.com/AdamNiederer/faster · Rust · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3223
  • days_rel: n/a
  • days_push: 1100
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1600 stars · 52 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Rust library providing an ergonomic, human-friendly API for explicit SIMD (Single Instruction, Multiple Data) vectorization. It lets developers write SIMD-accelerated code using iterators and simple operations without hand-writing platform-specific intrinsics.

Use cases

  • speed up numeric loops with SIMD in Rust
  • write portable vectorized code without intrinsics
  • optimize image or signal processing kernels
  • accelerate bulk arithmetic on slices of floats or integers
  • avoid hand-writing x86 and ARM SIMD code

When to choose

  • you want SIMD performance with a simple, iterator-based Rust API
  • you need cross-platform vectorization without per-architecture intrinsics
  • you are optimizing hot numeric loops and want readable code

When to avoid

  • you need maximum control over specific CPU instruction sets and cache behavior
  • you require guaranteed nightly compiler features or the very latest SIMD ISA support
  • you need a library with frequent updates and active maintenance

Facets

library · maturity maintenance

math developer-tools performance cross-platform cross-platform rust simd intrinsics vectorization optimization algorithms

1 source

Member repositories

RepositoryRoleHealth v2
AdamNiederer/fastermain32

For agents

markdown · JSON · MCP: product_card(name="AdamNiederer/faster")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem