This commit is contained in:
Carlo Capocasa 2025-08-05 07:43:52 +02:00 committed by GitHub
parent 23da88789c
commit 97cc249196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35961,5 +35961,19 @@
"description": "pgvector support for Nim",
"license": "MIT",
"web": "https://github.com/pgvector/pgvector-nim"
},
{
"name": "mmops",
"url": "https://github.com/capocasa/mmops",
"method": "git",
"tags": [
"simd",
"avx2",
"vector",
"math"
],
"description": "Zero-cost typed SIMD operations for Nim using familiar math operators (`+`, `-`, `*`, `/`, etc.) that compile directly to AVX2 instructions.",
"license": "MIT",
"web": "https://github.com/capocasa/mmops"
}
]