generic-programming
Here are 11 public repositories matching this topic...
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
-
Updated
Feb 7, 2025 - Go
stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library
-
Updated
Apr 11, 2025 - Go
Generic data structure using parameterized types in Golang.
-
Updated
Apr 1, 2022 - Go
Most commonly used utility/helper functions for generic types in Go.
-
Updated
Jan 1, 2022 - Go
gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed across multiple types, and provides a common interface for the functionality. The library is designed to be used in a wide variety of projects and is designed to be easy to use.
-
Updated
Apr 11, 2025 - Go
A Case Study on Golang Generic Code
-
Updated
Dec 30, 2023 - Go
Generic Free List implementation to reuse memory and avoid allocations
-
Updated
Dec 26, 2021 - Go
support linq synx for golang
-
Updated
Dec 21, 2023 - Go
This simple program aims at exploring Golang's interfaces and structs, besides this also calls out to one of my other programs in Go which is /Go-asyncLogger. This program illustrates the behaviour of a connections pool manager using a logger. This program is built in a sens where it can be used for any logger and any type of connections.
-
Updated
Apr 7, 2024 - Go
makes Go (>=1.18) feels more like Python with generic functions
-
Updated
Apr 17, 2023 - Go
Improve this page
Add a description, image, and links to the generic-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generic-programming topic, visit your repo's landing page and select "manage topics."