kingcauchy
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hey HN, I’m excited to share Antfly: a distributed document database and search engine written in Go that combines full-text, vector, and graph search. Use it for distributed multimodal search and memory, or for local…
-
Go bindings for CoreML that let you build and run ML models on Apple Silicon from Go, no Python required. You construct models programmatically using CoreML's MIL intermediate language, then run them on the Neural…
- Show HN: Go-Highway – Portable SIMD for Go (github.com)
Go 1.26 adds native SIMD via GOEXPERIMENT=simd. This library provides a portability layer so the same code runs on AVX2, AVX-512, or falls back to scalar. Inspired by Google's Highway C++ library. Includes vectorized…