30 results for “topic:golang-generics”
Genetic algorithm for unsupervised machine learning in Go.
pure functional and generic programming for Go
A lightweight Golang generics library that provides Map, Reduce and more...
Somewhat idiomatic and easy-to-glance-at Go pipelines
A generic keyed priority queue implementation for Golang.
A Case Study on Golang Generic Code
A Genericized Queue (FIFO/LILO) Package for Go
Golang example for querying Azure Digital Twin
A Generic Stack (FILO/LIFO) package for Go
Go Arrays. Playing With Go Generics.
CDN-like in-memory cache with shielding and Go 1.18 Generics
Simple, no dependency way of reading env to into go apps via generics
A project to play with the new Go generics feature.
golang编程模式
Golang convenience library made possible since generics
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
Collection of generic functions for performing common operations of Golang slices
Package random is generics based random choice utility. Similar of Python's standard package.
Generic, JS-like array methods for Go slices
A Generic Set implementation for Go.
A generic timed key-value in-memory data store
Learning Golang Generics From Udemy Programmer Zaman Now
Golang sorted set
Provide some common generic functions.
Everything about interfaces and generics in GoLang 🔵
A fibonaci Heap implementation for go
A generics-based simple, vertically distrubuted map structure.
datastore implements a simple key value storage, demonstrates generics, thread safe storage, and repository pattern for multiple storage backends
Go Array Utilities inspired by JavaScript – A collection of generic, type-safe functions for slices and maps in Go, bringing familiar JS array methods like map, filter, reduce, find, and more, with idiomatic Go performance and safety.
Collections pkg for golang - generics support and thread-safe