Rare find

GTE Pure C. Text similarity and search without dependencies, written in plain C.

github.com/antirez/gte-pure-C

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2026
  • Show usage when running make without target
  • Use BLAS for bias addition and residual connections
  • Optimize attention computation with BLAS sgemm
  • Add BLAS-accelerated build target
  • Add MIT license
  • Add README with usage, API reference, and performance info
  • Add CLI options to test_gte
  • Fix Makefile: don't delete model on 'make clean'
  • Enable auto-vectorization with -O3 -march=native -ffast-math
  • Remove unused utility functions
  • Initial implementation of GTE-small pure C inference library