Stars
CBOR codec (RFC 8949, RFC 8742) with CBOR tags, Go struct tag options (toarray, keyasint, omitempty, omitzero), float64/32/16, big.Int, and fuzz tested.
Go library for deriving age X25519 identities deterministically from keys or passwords.
🔥 Error handling library with context, assertion, stack trace and source fragments
A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats.
go-functional is a library of iterators to augment the standard library
michi is a true 100% compatible with net/http router for Go web applications.
ZITADEL - Identity infrastructure, simplified for you.
Displays Timezone differences with localtime in CLI (shell script)
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RN…
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
🦁 Lion, new optimizer discovered by Google Brain using genetic algorithms that is purportedly better than Adam(w), in Pytorch
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
Starlark in Go: the Starlark configuration language, implemented in Go
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)