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

uncomplicate/neanderthal

Fast Clojure Matrix Library observed · 2026-08-28

github.com/uncomplicate/neanderthal · homepage · Clojure · EPL-1.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4402
  • days_rel: n/a
  • days_push: 14
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1128 stars · 61 forks observed · 2026-08-28

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

Neanderthal is a fast Clojure library for matrix and linear algebra computations built on optimized native BLAS and LAPACK routines, supporting both CPU and GPU (CUDA, OpenCL) engines. It offers a Clojure-idiomatic API with pluggable engines, including a pure Java fallback.

Use cases

  • fast matrix multiplication in Clojure
  • GPU-accelerated linear algebra on the JVM
  • solve linear systems with LAPACK from Clojure
  • matrix factorization and decompositions
  • high-performance numerical computing in Clojure
  • vectorized math operations on large vectors and matrices

When to choose

  • you need native-speed BLAS/LAPACK performance from Clojure
  • you want to run linear algebra on AMD, Nvidia, or Intel GPUs
  • pure Java math libraries are too slow for your workload
  • you want a Clojure-idiomatic API over decades-standardized BLAS/LAPACK routines

When to avoid

  • you need a pure-Java, dependency-free solution
  • your project is not on the JVM/Clojure
  • you only need simple, small-scale matrix math where native bindings add complexity

Facets

library · maturity active

math gpu-computing machine-learning data-science performance jvm jvm-scripting windows linear-algebra blas lapack matrix opencl cuda clojure high-performance-computing algorithms linux macos gpu

3 sources

Member repositories

RepositoryRoleHealth v2
uncomplicate/neanderthalmain76

For agents

markdown · JSON · MCP: product_card(name="uncomplicate/neanderthal")

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