ermig1979/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE for ARM, HVX for Hexagon observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
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: 30.0
- age_days: 4179
- days_rel: 30
- days_push: 7
- n_releases_24m: 23
Adoption not part of the score
2265 stars · 453 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Simd Library is a free open-source C++ image processing and machine learning library with a C API and Python wrapper. Its algorithms are hand-optimized with SIMD CPU extensions including SSE, AVX, AVX-512, AMX (x86/x64), NEON, SVE/SVE2 (ARM), and HVX (Hexagon).
Use cases
- accelerate image scaling, filtering, and pixel format conversion with SIMD
- detect motion in video streams
- perform object detection with HAAR and LBP cascades
- run neural network inference on CPU with SIMD optimizations
- extract statistical information from images
- optimize C++ image pipelines for x86, ARM, and Hexagon targets
When to choose
- you need maximum CPU performance for image processing in C/C++
- you target multiple architectures (x86/x64, ARM, Hexagon) with SIMD-optimized code
- you need lightweight CPU-based object detection or neural network inference without heavy frameworks
When to avoid
- you need GPU acceleration
- you want a high-level Python-first computer vision framework
- you need a broad ecosystem of pretrained models and community tooling like OpenCV
Facets
library · maturity active
image-processing machine-learning computer-vision deep-learning image-processing computer-vision machine-learning performance windows cpp python cross-platform simd sse avx avx-512 amx neon sve hexagon-hvx haar-cascade object-detection motion-detection neural-network-inference c-api linux
2 sources
- readme: https://github.com/ermig1979/Simd · fetched 2026-08-28 · 1070f2147a05
- homepage: http://ermig1979.github.io/Simd · fetched 2026-08-29 · 5f57fccb4749
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ermig1979/Simd | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem