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

jfalcou/eve

Expressive Vector Engine - SIMD in C++ Goes Brrrr observed · 2026-08-28

github.com/jfalcou/eve · homepage · C++ · BSL-1.0 (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100
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: 2792
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1360 stars · 75 forks observed · 2026-08-28

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

EVE is a C++20 header-only library providing a type-based, high-abstraction wrapper over SIMD instruction sets (SSE/AVX-512, NEON/SVE, AltiVec) for high-performance computing. It is a research-oriented reimplementation of the former Boost.SIMD library.

Use cases

  • write portable SIMD code in C++ without intrinsics
  • vectorize numeric kernels across x86 and ARM
  • accelerate math-heavy loops with AVX-512 or NEON
  • write high-performance code that targets multiple SIMD ISAs
  • replace hand-written SSE/AVX intrinsics with expressive C++20 abstractions

When to choose

  • you need portable explicit SIMD across Intel, ARM, and PowerPC
  • you want high-level abstractions without sacrificing performance
  • your codebase can use C++20
  • you need wide mathematical function coverage over SIMD registers

When to avoid

  • you need GPU (GPGPU) vectorization
  • you require ARM SVE with dynamic vector lengths
  • you are stuck on pre-C++20 compilers
  • you need a fully frozen, guaranteed-stable API before the 0.1 release

Facets

library · maturity active

simulation math developer-tools performance developer-tools gpu-computing cpp cross-platform windows simd hpc vectorization cpp20 header-only avx512 neon sve altivec algorithms linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
jfalcou/evemain67

For agents

markdown · JSON · MCP: product_card(name="jfalcou/eve")

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