#generics (20 Repositories)
Ranked open-source repositories tagged with #generics, scored by pull request acceptance likelihood and maintainer engagement velocity.
26.8%
17.2h
20 repositories tagged #generics
samber/ro
🏎️ Streams & Reactive Programming paradigm for Go: declarative and composable API for event-driven applications
samber/do
⚙️ A dependency injection toolkit based on Go 1.18+ Generics.
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
redis/rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.
deckarep/ziglang-set
A generic and general purpose Set implementation for the Zig language
destel/rill
Go toolkit for clean, composable, channel-based concurrency
samber/mo
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
kcsongor/generic-lens
Generically derive traversals, lenses, and prisms.
i-am-tom/higgledy
Higher-kinded data via generics
dmjio/envy
:angry: Environmentally friendly environment variables
orsinium-labs/enum
Type safe enums for Go without code generation or reflection
JacksonAllan/CC
A small, ergonomic generic container library.
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by GoogleCloudPlatform, Docker, 1Password, Ethereum and Hashicorp.
kizitonwose/Time
Type-safe time calculations in Kotlin, powered by generics.
Hunterdii/30-Days-Of-Rust
🦀 30 Days of Rust is a daily challenge to guide you through Rust programming essentials. From basics to advanced, this repo offers 📚 clear examples, 🔧 practical exercises, and 🎯 resources to help you master Rust, one day at a time. Whether you're new or refining your skills, this challenge has something for you. Join the journey now! 🚀
autom8ter/dagger
dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-structures
reugn/async
Synchronization and asynchronous computation package for Go
life4/genesis
All generic functions for Go you ever need!
hashicorp/go-set
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.