generics
There are 1190 repositories under generics topic.
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
duke-git/lancet
A comprehensive, efficient, and reusable util function library of Go.
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
samber/mo
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
redis/rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
cosmos72/gomacro
Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
elliotchance/pie
🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
samber/do
⚙️ A dependency injection toolkit based on Go 1.18+ Generics.
destel/rill
Go toolkit for clean, composable, channel-based concurrency
clipperhouse/gen
Type-driven code generation for Go
mattn/go-generics-example
Example code for Go generics
zyedidia/generic
A collection of generic data structures written in Go.
awalterschulze/goderive
Derives and generates mundane golang functions that you do not want to maintain yourself
dreymonde/Time
🕰 Type-safe time calculations in Swift
jellydator/ttlcache
An in-memory cache with item expiration and generics
kizitonwose/Time
Type-safe time calculations in Kotlin, powered by generics.
dolthub/swiss
Golang port of Abseil's SwissTable
DianQK/Flix
iOS reusable form library in Swift.
Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
kcsongor/generic-lens
Generically derive traversals, lenses, and prisms.
orsinium-labs/enum
Type safe enums for Go without code generation or reflection
arrow-kt/arrow-meta
Functional companion to Kotlin's Compiler
roberthein/Observable
The easiest way to observe values in Swift.
mgtv-tech/jetcache-go
Redis cache library for Go
life4/genesis
All generic functions for Go you ever need!
rwxrob/awesome-go
Go stuff that inspires awe
autom8ter/dagger
dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-structures
spatie/typed
Improvements to PHP's type system in userland: generics, typed lists, tuples and structs
slightlyoutofphase/staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
joeshaw/gengen
A Go source transformation tool for generics
a8m/syncmap
A typed implementation of the Go sync.Map using code generation
reugn/async
Synchronization and asynchronous computation package for Go
JacksonAllan/CC
A small, usability-oriented generic container library.
eram/typescript-fsm
TS-FSM is a strongly typed finite state machine for TypeScript that is using async operations. Library uses generics to take the user states and events. Zero dependencies!
kamalshkeir/kago
KaGo
CodelyTV/awesome-typescript-examples
✨ Awesome TypeScript Examples with complete show cases of how to take advantage of the language potential.