golang-generics
There are 26 repositories under golang-generics topic.
soypat/mu8
Genetic algorithm for unsupervised machine learning in Go.
ugurcsen/gods-generic
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
suchen-sci/gfn
A lightweight Golang generics library that provides Map, Reduce and more...
preslavrachev/pipe
Somewhat idiomatic and easy-to-glance-at Go pipelines
rdleal/go-priorityq
A generic keyed priority queue implementation for Golang.
Deeptiman/generic-programming
A Case Study on Golang Generic Code
dazfuller/azure-adt-example
Golang example for querying Azure Digital Twin
markekraus/genq
A Genericized Queue (FIFO/LILO) Package for Go
boatrainlsz/golang-programming-pattern
golang编程模式
Jille/genericz
Golang convenience library made possible since generics
markekraus/genstack
A Generic Stack (FILO/LIFO) package for Go
ndisidore/go-env
Simple, no dependency way of reading env to into go apps via generics
nekomeowww/reproduction_recursive_generic_type_issue
This repository showed how to reproduce the compiler unexpected behavior, or issue, bug when embedding a struct that has a field to reference the outer struct by using generic recursively
phonaputer/balancer
Generic Round-robin load balancer for use with any Go type.
vitorsalgado/go-generics-playground
Go Arrays. Playing With Go Generics.
Alex-S-H-P/fibHeap
A fibonaci Heap implementation for go
AlexSSD7/cache
CDN-like in-memory cache with shielding and Go 1.18 Generics
althk/collections
Collections pkg for golang - generics support and thread-safe
althk/dmap
A generics-based simple, vertically distrubuted map structure.
antichris/go-cache
A generic timed key-value in-memory data store
jfsmig/go-bags
Golang sorted set
matthewoestreich/jslice
Generic, JS-like array methods for Go slices
markekraus/genset
A Generic Set implementation for Go.
sg0hsmt/random
Package random is generics based random choice utility. Similar of Python's standard package.
SkippyZA/go-slices
Collection of generic functions for performing common operations of Golang slices
xgfone/go-generics
Provide some common generic functions.