TinyGo–compatible key–value store with a minimal API (Get, Set). Uses pluggable Store backends for persistence and io.Writer for logging. Data is stored as key=value lines, avoiding heavy dependencies. Ideal for lightweight apps, WASM, or embedded systems.
Portable Go AI building blocks — pure-Go, no-cgo packages (topk, ann, bm25, embed, encoder, chunk) extracted from townsendmerino/ken's code-search pipeline. Importable by any Go project.
Pure-Go MP4/M4A muxer and demuxer for AAC-LC, Opus, and FLAC audio, the container companion to go-aac / go-opus / go-flac. No cgo, no external binaries.
Pure-Go Opus codec (RFC 6716), zero cgo. A bit-exact port of libopus, differential-tested against the C reference: the decoder passes all 12 RFC conformance vectors, and the CELT encoder produces byte-identical packets.
Port of node-cssjanus. Mirror from https://gerrit.wikimedia.org/g/mediawiki/libs/php-cssjanus/. Contribute via https://www.mediawiki.org/wiki/Developer_account.