What it does
Compiles a simple language that lets you specify a pipeline. Each stage of the pipeline can be implemented in any language that supports c-like structs and function calls.
Can be used to easily create multi threaded applications that would benefit from pipeline style parallelism such as web servers.
Built With
- asm
- c
Log in or sign up for Devpost to join the conversation.