rangefunc
There are 9 repositories under rangefunc topic.
achille-roussel/sqlrange
Go 1.23 range functions with database/sql
achille-roussel/kway-go
K-way merge with Go 1.23 range functions
gomoni/it
iterator library for go using a rangefunc experiment
miyamo2/r2
Proof of concept for the Go 1.22 range functions and provides a simple and easy-to-use interface for sending HTTP requests with retries.
m4gshm/gollections
Slice and map utilities based on generics and additional collection implementations like ordered map, set
miyamo2/filtgen
generate an iterator by go generate that can filter by field values of the item.
hsldymq/goiter
goiter provides iterator helpers for common scenarios of range-over-func feature.
miyamo2/xtract
Extract from collection and build iterator
arvidfm/asyncigo
Proof of concept coroutine-based asynchronous I/O for Go using iterator functions