channelify
Channelizer
A library that transforms functions into functions returning channels for parallel execution of multiple functions.
Make functions return a channel for parallel processing via go routines.
32 stars
2 watching
3 forks
Language: Go
last commit: almost 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A package to create a daemon process from a Go application by making copies of it instead of using fork(), with features like output capture and file inheritance. | 493 |
| A Python library that simplifies parallel computing by automatically dividing work into concurrent tasks and synchronizing their execution. | 1,573 |
| A high-performance tokenization library for Go, capable of parsing various data formats and syntaxes. | 103 |
| A collection of reusable utility functions and libraries for the Go programming language | 1,741 |
| A convolution audio plugin for simulating spatial effects in music. | 168 |
| A Go library that enables functional programming concepts such as mapping and transforming data structures in a concise and expressive way. | 181 |
| A tokenizer based on dictionary and Bigram language models for text segmentation in Chinese | 21 |
| A Go library for translating and localizing applications in a flexible and efficient manner. | 58 |
| A tool to visualize generated visuals in synchronization with music | 775 |
| A tool for parallelizing computations and processing large streams of data | 52 |
| A library that generates fake data for testing and fixture replacement in various frameworks | 944 |
| A PowerShell module that simplifies parallel processing of scripts or commands against multiple objects. | 385 |
| A Swift diffing library that calculates the minimum set of steps to transform one collection into another. | 167 |
| A Haskell library providing an efficient way to handle effects in functional programming | 82 |
| Automates generating implementations of common Go functions from input parameter types. | 1,246 |