goterator
Data processor
An iterator implementation providing map and reduce functionalities for data processing in Go.
Lazy iterator implementation for Golang
16 stars
3 watching
4 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
golanggolang-modulegolang-packageiteratormapreduce
Related projects:
Repository | Description | Stars |
---|---|---|
nar10z/go-accumulator | Package to accumulate events and process them in batches after a specified interval or when the storage is full. | 7 |
01walid/goarabic | A package of Go functions to process and manipulate Arabic text | 108 |
deatil/go-array | A Go package for working with nested data structures like maps and slices | 20 |
goccy/go-yaml | A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
yassinebenaid/godump | A Go library that provides a versatile way to dump and pretty-print any type of variable in a structured and colored format. | 174 |
disksing/iter | Provides reusable general algorithms for common data transformations and manipulations in Go | 187 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,246 |
booleancat/go-functional | A library of iterators to augment the standard library for functional programming in Go. | 464 |
wzshiming/gotype | A tool for parsing and manipulating Golang source code at compile-time | 62 |
nikolaydubina/go-featureprocessing | A Go library for fast and simple feature engineering and machine learning data preprocessing | 121 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
pietern/goestools | A toolset for working with signals and files from GOES satellites | 375 |
logic-building/functional-go | A Go library that enables functional programming concepts such as mapping and transforming data structures in a concise and expressive way. | 181 |
lukeroth/gdal | A Go wrapper around a popular geospatial data abstraction library. | 291 |