An open API service indexing awesome lists of open source software.

https://github.com/iximiuz/producer-consumer-vis

Producer-consumer problem visualization
https://github.com/iximiuz/producer-consumer-vis

backpressure buffering producer-consumer queue

Last synced: 3 months ago
JSON representation

Producer-consumer problem visualization

Awesome Lists containing this project

README

          

# Producer-Consumer problem visualization

The model shows backpressure and buffering mechanisms at work. The following parameters are configurable:

- min/max time to produce a chunk of data;
- min/max time to consume a chunk of data;
- queue capacity (i.e. buffer size).

See working example here. Read article about it here.